ssh:connect to host github.com port 22:Bad file number
fatel;cound not read from remote repository.
please make sure you have the correct access rights
and the repository exists ??
我研究了一周怎么都没办法用Git Bash上传到远程库?
ssh:connect to host github.com port 22:Bad file number
fatel;cound not read from remote repository.
please make sure you have the correct access rights
and the repository exists
以
github
为例,我搜到了这篇:https://help.github.com/articles/error-bad-file-number/
首先使用以下命令测试:
ssh -vT git@github.com
发现更多错误信息。然后结合你现在看到的错误提示:
大概是权限问题吧,
1. 尝试把公钥上传到
github
2. 远程的repo的权限不够?
GIT设置问题:
第一步:
设置
第二步: 授权,假设你用SSH来连接
第三步 创建库,这个在GITHUB上操作,不用累述
当你在本地
然后,就
你看到提示'
git remote add <name> <url>
'然后,你再
说多了,如果你看英文帮助,都在里面
git 配置
你应该在.ssh目录添加一个config文件设置端口443