About 50 results
Open links in new tab
  1. GitHub - fatal: could not read Username for 'https://github.com': No ...

    Apr 4, 2017 · Set up SSH authentication for your GitHub account and update the repository URL in your deployment script to use the SSH format ([email protected]:/.git). This eliminates the need for …

  2. Git: Could not resolve host github.com error while cloning remote ...

    Jan 27, 2017 · What I did: I have created a remote repository on Github and I am trying to clone the remote repository on my local machine. While cloning I am providing the clone URL & target …

  3. GitHub Copilot Chat Sign in failed Issue in IDEA 2024.1 on Windows 10

    Jan 20, 2025 · When using GitHub Copilot Chat in IDEA 2024.1 (Ultimate), clicking "Sign in with GitHub" shows a pop-up saying "retrieving GitHub device code." After waiting for a while, it fails

  4. git - GitHub: "failed to connect to github 443 windows/ Failed to ...

    I have wide experience working with corporate proxies. If you have configured the proxy and it's impossible to work with Git (always getting a 443 error), try to check if you have a …

  5. How to fix "ssh: connect to host github.com port 22: Connection timed ...

    Host github.com Hostname ssh.github.com Port 443 Then, run the command ssh -T [email protected] to confirm if the issue is fixed. According to this Sometimes, firewalls refuse to allow SSH connections …

  6. Message "Support for password authentication was removed."

    Aug 13, 2021 · Search for github.com (if there are multiple GitHub logins then choose Kind: Internet password), double-click it. Click on show password, then enter your Mac's password and hit Enter.

  7. Where can I find the GitHub ID in my account? - Stack Overflow

    Oct 22, 2023 · What is the difference between GitHub username and GitHub ID? I was asked for my Github ID for a certain project and I happened to give my username. But the person is unable to find …

  8. git - remote add origin vs remote set-url origin - Stack Overflow

    Below will reinitialize your local repo; also clearing remote repos (ie origin): git init Then below, will create 'origin' if it doesn't exist: git remote add origin [repo-url] Else, you can use the set-url …

  9. ssh: Could not resolve hostname github.com: Name or service not …

    Could not resolve hostname github.com: Name or service not known The point is, for a connection you need an IP address, so you first have to convert github.com to one.

  10. git - how to delete all commit history in github? - Stack Overflow

    Dec 5, 2012 · Deleting the .git folder may cause problems in your git repository. If you want to delete all your commit history but keep the code in its current state, it is very safe to do it as in the following: …