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上传到远程库?
阿神2017-05-02 09:20:44
github
を例に挙げると、次の記事を見つけました: github
为例,我搜到了这篇:
https://help.github.com/articles/error-bad-file-number/
首先使用以下命令测试:ssh -vT git@github.com
发现更多错误信息。
然后结合你现在看到的错误提示:
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
大概是权限问题吧,
1. 尝试把公钥上传到github
https://help.github.com/articles/error-bad-file-number/
まず、コマンド ssh -vT git@github.com
を使用してテストし、さらにエラー メッセージを見つけます。
github
にアップロードしてみます🎜
2. リモート リポジトリに十分な権限がありませんか? 🎜伊谢尔伦2017-05-02 09:20:44
GIT セットアップの問題:
最初のステップ:
設定
ステップ 2: 認証 (SSH を使用して接続することを前提としています)
3番目のステップ ライブラリを作成します。これはGITHUB上で行われます。繰り返す必要はありません
地元にいるとき
リーリーそれでは
リーリー「git remote add <name> <url>
」
というプロンプトが表示されます
それでは、あなた
言いたいことは多すぎますが、英語のヘルプを見れば、すべてが記載されています
git 設定