For SSH, you can select SSH url if it is enabled for Stash Instance.
Please note: SSH will work only if there is connectivity between you machine and stash server
Based on 504 error code, I think there is connectivity issue. Server is down.
Please refer to below link for error detail.
http://www.checkupdown.com/status/E504.html
Please check with your stash administrator, if there are able to connect to the server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd love to try. Are their instructions anywhere how to do so?
Thanks for the reply!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First, you need to upload your SSH public key to Stash. In the Stash web UI, click your user icon in the top right corner, then Manage Account. Choose SSH keys and upload your public key. Now go to your repository in Stash and copy the SSH clone URL (click Clone from the menu on the left) Finally, on the command line do the following: git remote add origin-ssh <the-ssh-clone-url> then push by doing git push origin-ssh <the-branch-you-want-to-push>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
From the error code (HTTP 504) it looks like the Stash server is temporarily overloaded - the request times out. Atlassian support is working on the issue and is trying to get to the bottom of the problem. For now, can you try switching to SSH and push?
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.