Linked Questions
25 questions linked to/from Git: Could not resolve host github.com error while cloning remote repository in git
1
vote
1
answer
343
views
Git push - could not resolve host [duplicate]
$ git config --global core.autocrlf true
$ git push -u origin main
fatal: unable to access 'https://github.com/Habeeb690/usd.git/': Could not resolve host: github.com
-1
votes
1
answer
67
views
Gihub error occuring when i am push or pull my code via vscode [duplicate]
The error occurs when i am push or pull my code in github and the error says this -
fatal: unable to access 'https://github.com/<your-github-account>/<git-repo-name>/': Could not resolve ...
6834
votes
36
answers
5.3m
views
How do I change the URI (URL) for a remote Git repository?
I have a repo (origin) on a USB key that I cloned on my hard drive (local). I moved "origin" to a NAS and successfully tested cloning it from here.
I would like to know if I can change the ...
18
votes
6
answers
41k
views
Could not resolve host: github.com ONLY in windows bash
I have installed ubuntu 18.04(WSL) in my win 10 64 bit, 1903.
For the command git clone https://github.com/facebookresearch/fastText.git,
it works well in git bash(git for windows) and ubuntu 18.04 ...
16
votes
5
answers
65k
views
Syncing with github
This is for the nth time that I'm trying to connect to my github account and its becoming increasingly frustrating at my failure to do this.
I followed this tutorial step by step Github setup on ...
20
votes
4
answers
69k
views
Fatal Error : Can't resolve host github.com
I am trying to push files to my remote repository from my local repository and I see this
fatal error : fatal: unable to access 'https://github.com/vinivasundharan/abcd.git/': Couldn't resolve host '...
5
votes
1
answer
16k
views
Git proxy failure need asistance
I have this error I cannot connect to the proxy I spend 4-5 hours fiddling with the web looking for clues but I cannot resolve this issue..
I am using windows azure and I am having only proxy problem....
-2
votes
3
answers
18k
views
I pasted Github git URL for cloning but get: Could not resolve host: github.com
I paste the HTTP but it doesn't work.
$ git clone https://github.com/Msajjad313/coursera-test1.git
Cloning into ‘coursera-testi’...
Fatal: unable to access 'https://github.com/Msajjad313/coursera-...
5
votes
1
answer
15k
views
Could not resolve host: dev.azure.com while cloning a git repository
I am getting below error while cloning a git repository from azure devops
URL : https://dev.azure.com/mycompany/myproject/_git/myproject
ERROR : Could not resolve host: dev.azure.com
i am trying via ...
4
votes
2
answers
8k
views
Brew Update Error with Git
I am running into an issue with running both rvm use ruby --install --default and brew update. It appears the later issue is the reason why I am seeing the first issue.
Here is the error for rvm use ...
4
votes
2
answers
4k
views
Unable to install nvm on WSL due to network issues
I'm trying to install nvm using curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash on WSL2, but I'm getting different errors. Initially, the curl command would return the ...
1
vote
1
answer
4k
views
Could Not Resolve Host github.com
Though I have the same problem that is in this question, But I am facing another problem i.e, even https://github.com/ is not running in the browser and showing that this webpage is not available and ...
3
votes
3
answers
2k
views
git cannot push to repository
I am trying to push into a repository, and it does exist and the link is correct. I am trying to force for it to ask me for username and password because I think something is wrong with that. This is ...
1
vote
2
answers
4k
views
Set up Git Proxy with a domain
I want to use git at work through a proxy on Windows 7. My company has various proxies available. To get past the proxy for Python pip usage, I used the Cntlm program. With Cntlm, I was able to ...
-1
votes
1
answer
5k
views
git push -u origin main fatal: unable to access
I have installed git-bash on my laptop and trying to push my project on my GitHub account, but it shows this:
$ git push -u origin main fatal: unable to access 'https://github.com/user_name/repo_name....