http://danielmiessler.com/study/git/#websiteで git をセットアップして自分のサイトを管理しようとしています。
手順の最後のステップに到達しました: git push website +master:refs/heads/master
win7でgit ming32コマンドラインを使用して作業しています
$ git push website +master:refs/heads/master
Bill@***.com's password:
Connection closed by 198.91.80.3
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
ここでの問題の 1 つは、プログラムが Bill@***.com を探していることです。ssh 経由で自分のサイトに接続すると、別のユーザー名 (「abc」としましょう) を持っています。これは abc@***.com のはずです。もしそうなら、これを変更する方法がわからない、またはエイリアスでプッシュできるかどうかはわかりません