往github上提交时遇到这个问题,应该怎么办?
$ git push -u origin master
ssh: connect to host github.com port 22: Network is unreachable
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
往github上提交时遇到这个问题,应该怎么办?
$ git push -u origin master
ssh: connect to host github.com port 22: Network is unreachable
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
5 回答2.8k 阅读
3 回答2.6k 阅读
3 回答964 阅读
1 回答28.7k 阅读✓ 已解决
4 回答23k 阅读
1 回答5k 阅读
2 回答2.3k 阅读✓ 已解决
1 回答3.2k 阅读
先确认远程库地址之类的是否正确
再确认远程库是否有推送权限
这个只能找源码库所有者解决了,理论上不是你自己的库,你只是使用者想贡献代码的话,先fork 然后pull request