You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.