The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I often have frequent periods of 1-5 minutes where my connection with Git will fail. When this happens I have to wait several minutes before it 'resets' and lets me do my push or pull.
This is the error that I get:
Hello @mgrimard ,
Thank you for reaching out to Atlassian Community!
This is usually related to firewall/proxy blocking the connection. Could you check if the all following IPs are whitelisted in your company's firewall?
If that does not work, as you said it's intermittent, the next time you face the error could you please run the following command in your terminal to clone the repository to another folder and share the output?
GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_SSH_COMMAND="ssh -vvv" git clone git@bitbucket.org:<workspace>/<repository>.git
This will give us verbose loggings of the SSH connection and hopefully bring us more details on what is causing the issue.
Thank you, @mgrimard .
Kind regards,
Patrik S
Hey Patrik,
Here is a git clone command that you asked for during a period when the issue was happening -
➜ files git:(main) GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_SSH_COMMAND="ssh -vvv" git clone git@bitbucket.org:kfpl-site-admin/developers-handbook.git
10:14:38.468473 exec-cmd.c:139 trace: resolved executable path from Darwin stack: /Library/Developer/CommandLineTools/usr/bin/git
10:14:38.470157 exec-cmd.c:238 trace: resolved executable dir: /Library/Developer/CommandLineTools/usr/bin
10:14:38.477236 git.c:455 trace: built-in: git clone git@bitbucket.org:kfpl-site-admin/developers-handbook.git
Cloning into 'developers-handbook'...
10:14:38.517963 run-command.c:667 trace: run_command: unset GIT_DIR; GIT_PROTOCOL=version=2 'ssh -vvv' -o SendEnv=GIT_PROTOCOL git@bitbucket.org 'git-upload-pack '\''kfpl-site-admin/developers-handbook.git'\'''
OpenSSH_8.6p1, LibreSSL 3.3.6
debug1: Reading configuration data /Users/mgrimard/.ssh/config
debug1: /Users/mgrimard/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
debug1: /etc/ssh/ssh_config line 54: Applying options for *
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/Users/mgrimard/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/Users/mgrimard/.ssh/known_hosts2'
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: Connecting to bitbucket.org port 22.
ssh: connect to host bitbucket.org port 22: Connection refused
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.
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
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.