代码改变世界

 

github push 出现问题

Failed with error: unable to access 'https://git.coding.net/chenmi1234/lianpos.git/': Couldn't resolve host 'git.coding.net'

 

右键工程文件,点Git Base Here,弹出页面输入下面代码

git config --global http.proxy   
git config --global --unset http.proxy 

  解决Failed with error: unable to access 'https://git.coding.net/chenmi1234/lianpos.git/': Couldn't resolve host 'git.coding.net'

解决Failed with error: unable to access 'https://git.coding.net/chenmi1234/lianpos.git/': Couldn't resolve host 'git.coding.net'

 

push成功。

 

相关文章: