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