往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 回答3.1k 阅读
3 回答2.8k 阅读
1 回答1.5k 阅读✓ 已解决
2 回答709 阅读✓ 已解决
1 回答483 阅读
588 阅读
1 回答448 阅读
1 回答28.8k 阅读✓ 已解决
4 回答23.1k 阅读
1 回答5.1k 阅读
2 回答2.4k 阅读✓ 已解决
1 回答3.2k 阅读
先确认远程库地址之类的是否正确
再确认远程库是否有推送权限
这个只能找源码库所有者解决了,理论上不是你自己的库,你只是使用者想贡献代码的话,先fork 然后pull request