I just started using Stash, I setup a project and a repository and gave myself admin access to the repository. I'm trying to move code from a newly created repository on my workstation to the stash server. From my workstation I run the following commands:
git remote add origin http://username@stashurl.mydomain.com:7990/scm/apps/reponame.git
git push -u origin
To which I get:
fatal: unable to access <url above> : The requested URL returned error: 403.
If I manually copy the repository to the server stash is running on and execute the exact same commands as above I get prompted for my password and it works just fine.
The port (7990) is open on the stash server, I can telnet into it.
Any ideas?