2013年8月6日火曜日

SourceTree Git で Push の時にエラーになる

現在 Bitbucekt を使っています。
その Atlassian がお勧めする Mercurial / Git クライアントの SourceTree も使っています。
見た目が良いのでお勧めです。

今回 SSH での Push を行う際に以下のエラーが出ました。

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream Bitbucket master:master 
Pushing to git@bitbucket.org:xxxxxx/xxxxx.git
ssh: connect to host bitbucket.org port 22: Connection refused
fatal: The remote end hung up unexpectedly
Completed with errors, see above
毎度の事ながらエラーが出ると、気分が萎えます。
内容は、22 番ポートが使えないよと言うこと。
今の環境では、80番と443番以外は閉まっている様なので当然の結果でした。

SourceTree のやりとりを HTTPS に変更することにより、問題なく Push 出来ました。

0 件のコメント:

コメントを投稿