About 50 results
Open links in new tab
  1. 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

  2. GitHub.com vs Github.io - Stack Overflow

    Jul 28, 2020 · I'm a bit lost about the difference between submitting a file to GitHub vs GitHub IO, could someone please explain?

  3. 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 (git@github.com:/.git). This eliminates the need for …

  4. 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 …

  5. fatal: unable to access 'https://github.com/xxx/xxx.git/': CONNECT ...

    Sep 14, 2023 · Your git instance has been configured to use a proxy and that proxy is failing. Try unsetting the environment variables, for example on Linux: export http_proxy= export https_proxy= …

  6. Git error: failed to push some refs to remote - Stack Overflow

    (The following assumes github.com itself is not down, as eri0o points out in the comments: see www.githubstatus.com to be sure) If the GitHub repo has seen new commits pushed to it, while you …

  7. 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 …

  8. Authenticate with GitHub using a token - Stack Overflow

    I am trying to authenticate with GitHub using a personal access token. In the help files at GitHub, it states to use the cURL method to authenticate (Creating a personal access token). I have tried...

  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. 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 git@github.com to confirm if the issue is fixed. According to this Sometimes, firewalls refuse to allow SSH connections …