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.
おそらく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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.