The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
bitbucketからsourcetreeにクローンを生成しようとすると下記エラーが発生します。
解決方法がありますでしょうか?
エラー: fatal: remote error: CAPTCHAの入力が必要です
あなたの Bitbucket
アカウントはロックされました。ロックを解除して、再度ログインするには、CAPTCHAを解決する必要があります。これは通常、間違ったパスワードを使用して何度もログインしようとしたために発生します。アカウントをロックするこ�
添付いただいたURLの手順を実行し、
ssh -T git@bitbucket.orgを実行した際に下記が出力され、問題が解決できません。
解決方法がわかりますでしょうか?
ssh: connect to host bitbucket.org port 22: Connection refused
※sourcwetree上では下記のエラーが出力されます。
出力:
エラー: fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
貴社のネットワーク環境でポート22がブロックされている疑いがあります。
できれば、会社単位でネットワーク環境を整備することをおすすめします。詳しくは
次善策としては個人での対応策があります。詳しくはhttps://support.atlassian.com/ja/bitbucket-cloud/docs/troubleshoot-ssh-issues/ > ポート 22 がブロックされている場合 を参照してください。他にも、下記のようなSSH設定も適用可能かもしれません。
Host bitbucket.org
Hostname altssh.bitbucket.org
Port 443
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
すみません、確認があります。
1.ポート 22 がブロックされている場合に記載のURLはどこに打てばいいのでしょうか?
2.下記はどこに入力すればいいでしょうか?
Host bitbucket.org
Hostname altssh.bitbucket.org
Port 443
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
おそらくSourcetreeに覚えさせているパスワードが現状とあっていないと思われます(更新前のパスワードが記録されている、など)。セキュリティ面も考慮して、SSHの公開鍵をSourcetreeクライアントに登録することをおすすめします。
詳しい手順は https://support.atlassian.com/ja/bitbucket-cloud/docs/set-up-an-ssh-key/ を参考にしてください。
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sourcetree users!!! With the recent removal of Bitbucket Cloud account passwords for app passwords (please see our Bitbucket Cloud community post for details on why we made this change for se...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.