今日私のWindows 7 64bitマシンでGitをセットアップしました。私は公開鍵などを設定するためにgit bashを使用し、Github helpで提案されているように私のアカウントにも情報をコピーしました。Git公開鍵アクセスが拒否されました
今私はgit bashの代わりに私のWindowsマシンのcmdの中でgitを使いたいと思う。
CMD:
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
debug1: Connecting to github.com [207.97.227.239] port 22.
debug1: Connection established.
debug1: identity file /.ssh/identity type -1
debug1: identity file /.ssh/id_rsa type -1
debug1: identity file /.ssh/id_dsa type -1
...
GITバッシュ:許可拒否されました(公開鍵):CMDのgitの上
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007
debug1: Connecting to github.com [207.97.227.239] port 22.
debug1: Connection established.
debug1: identity file /c/Users/Mark/.ssh/identity type -1
debug1: identity file /c/Users/Mark/.ssh/id_rsa type 1
debug1: identity file /c/Users/Mark/.ssh/id_dsa type -1
は、エラーメッセージを表示して中止され、私は今ssh -vT [email protected]
を入力すると、私は次のような結果を得ます。公開鍵をgithubにコピーしたことを知らせるだけです。 git bashで動作しています。
奇妙なことは私のノートブックのWindows 7では32ビットが動作しています。この問題に関する手がかりは?
ノートブック上の出力は何ですか? – svick
いいえ、それは私のPCにあった – Gambo