All Collections
Using Git
Git Troubleshooting
Git Timeout | Opening port 443
Git Timeout | Opening port 443
Toshi Dávila avatar
Written by Toshi Dávila
Updated over a week ago

Error:  There was a problem while connecting to git.assembla.com:22
Connection timed out (Connection timed out)

Before Troubleshooting

Verify:

  1. You have read/write access to that repository

  2. The repository exists 

  3. The Assembla space is not blocked. 

Troubleshooting Steps

Provide TCP Traceroute to Customer Success

Linux : sudo traceroute -T -p 22 git.assembla.com 

Mac: sudo tcptraceroute git.assembla.com 22 

Windows: tracetcp git.assembla.com:22 

For more details, please check this article  how to use TCP Traceroute

Share output for: 

telnet git.assembla.com 22   and telnet git.assembla.com 443  

This information will help us find out if port 22 is blocked by your firewall or the firewall set up by your ISP.

Here are a few workarounds 

A quick workaround is to use the Git HTTPS URL you can see in the Assembla app. 

git remote add origin-https <Assembla Git REPO HTTPS URL>
git push -u origin-https master 

OR 

 Use git with altssh.git.assembla.com  and port 443 


Need help? Please contact us at support@assembla.com 

Did this answer your question?