git push atal: unable to access 'https://github.com/yxdych/test.git/': Failed to connect to github.com port 443: Connection refused

问题:

$ git push  origin dev

atal: unable to access 'https://github.com/yxdych/test.git/': Failed to connect to github.com port 443: Connection refused

解决:
修改远程仓库地址

$ git remote -v        #显示当前的地址

$ git remote set-url origin https://github.com/yxdych/test.git

$ git push  origin dev

posted @ 2021-08-06 09:41  这该死的代码  阅读(253)  评论(0编辑  收藏  举报