Every time I try to do anything with a remote repository via pull, push, etc; I get the following error:
git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin
Unable to open connection:
Host does not existfatal: The remote end hung up unexpectedly
Completed with errors, see above.
All these functions work fine in git bash so I am a little confused as to what is happening. I do have my repository set as alias in my git config.
Example:
Client uses:
-repos:/PROJ/repo.git (This is from Stash)
Git config:
host repos
identityfile ~/.ssh/id_rsa
port 8199
user git
hostname repo.domain.com
Does it not support the alias? I did load in my ssh key using a ppk that was converted using the import tool. Thanks for any help that is given.