は、だから私は、次のコマンドを使用してジキルサイトの制作を開始したセットアップローカルおよびGitHubのレポを取得した後パーミッションが拒否されました(publickey)/ fatal:リモートエンドが予期せずハングアップしましたか?
$ git clone https://github.com/plusjade/jekyll-bootstrap.git USERNAME.github.com
$ cd USERNAME.github.com
$ git remote set-url origin [email protected]:USERNAME/USERNAME.github.com.git
、私はgithubのに変更を送信しようとした、と
$ git push origin master
これを見つける、
Warning: Permanently added the RSA host key for IP address '192.30.252.129' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
どうしたのですか?このエラーを解決するにはどうすればよいですか?
レコードのみ:Bitbucketでの操作方法https://confluence.atlassian.com/display/BITBUCKET/How+to+install+a+public+key+on+your+Bitbucket+account – HEDMON