Intellij Git can't find private repository?

Whenever I try to push to a remote private repository, it always says I first need to log in or authorize GitHub. Then, after I've successfully authorized myself, IntelliJ says the repository wasn't found. When I try again, it repeats, and when I enter the URL in Remote Manager, it still can't find the repository….

Binary search with Java, system if number not present?

Good Morning, The following: I have an array with 25,000 fields, in which square numbers are stored in ascending order. The program currently queries the user for the number it's looking for and then systematically searches the array using approximation. I just have absolutely no idea how to implement it so that it detects when…

Error coding the Minecraft client (MCP-Reborn)?

Hey I'm trying to reprogram this tutorial https://www.youtube.com/watch?v=rHE8SKNaiAc (This is the second episode) Now I'm just having the problem that an error occurs as soon as Minecraft starts, and then immediately closes again. I thought it might simply be because I wasn't logged in, but before the Discord RPC, it worked (even without an account…)….

How can I completely delete a Java project in IntelliJ?

Hi, I created a Java project and now I want to delete it. So I went into Explorer and deleted the folder under IdeaProject. But when I then start IntelliJ, it's still listed under Recent Project, so I removed it from there, too. But now whenever I create a new project, the same code always…