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

    Apr 4, 2017 · fatal: could not read Username for 'https://github.com': No such file or directory Reason of failure: When the job changed, the command running environment also changed, even though the …

  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. Why is Github asking for username/password when following the ...

    Here is an official answer to this: If Git prompts you for a username and password every time you try to interact with GitHub, you're probably using the HTTPS clone URL for your repository. Using an …

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

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

  6. remote: Invalid username or password. fatal: Authentication failed

    Dec 4, 2016 · I'm just getting started with Git/Github and I'm completely stuck. I'm using Terminal on Mac/OSX El Capitan and when it asks for password it tells me it is invalid, but I am entering the …

  7. git - github: server certificate verification failed - Stack Overflow

    Mar 6, 2016 · This works for me, on a self-hosted gitlab instance where I changed all github.com to my domain, but won't it stop working when the LetsEncrypt certificate expires in two months (maybe …

  8. I pasted Github git URL for cloning but get: Could not resolve host ...

    Jul 14, 2020 · 1 Comment 2 Could not resolve host: github.com Means you have a DNS or Firewall problem. Try from a command line: ping github.com There is nothing wrong with the repo, I can clone …

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