About 5,330,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. How to resolve "git pull,fatal: unable to access 'https://github.com ...

    It's failed when I used Git command "git pull" to update my repository, messages as below: fatal: unable to access '...': Empty reply from server. And the I tried to use the GitHub App, but alert...

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

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

  5. How to resolve "fatal: unable to access " error - Stack Overflow

    Mar 7, 2019 · Even if you set all credentials and other setups in the local machine, you might face this problem. Currently, GitHub uses 'personal access token' so when or after creating personal access …

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

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

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

    Since the OP already reset and redone its commit on top of origin/main: git reset --mixed origin/main git add . git commit -m "This is a new commit for what I originally planned to be amended" git push …

  9. How to re-authorize the OAuth Application 'Git Credential Manager'

    Mar 29, 2021 · I am part of an organization that uses SSO in Github. I don't have problem to access the repository through the web, it redirects me to SSO login and that's all. The problem started when I …

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