I am trying to push into my remote repo. But I always get this:
Account not found.
fatal: The remote end hung up unexpectedly
I get the same response when doing "git remote show origin". When I do git remote -v I get this:
origin sls@slsapp.com:1234/fitzler/fitzler-web-app.git (fetch)
origin sls@slsapp.com:1234/fitzler/fitzler-web-app.git (push)
I have also tried ssh with success:
$ ssh sls@slsapp.com
Enter passphrase for key '/c/Users/jacobrohde/\.ssh\id_rsa':
Hi there! You are good to go. Just start pushing and pulling :)
Connection to slsapp.com closed.
What can be wrong here?