Q: Git/GitExtensions "unable to get current working directory: No such file or directory."

0

I have a mapped drive on a network that I am using as a remote repository. I have been using Visual Studios (2015) build in team explorer and git to manage my version control. It allows you to tag local versions but the tags are not able to pushed to the remote repo through this version of VS.

This is a known issue so I have tried GitExtensions that should allow you to push tags and the command line 'git push --tags' and both ways I get the error; 'fatal: unable to get current working directory: No such file or directory fatal: the remote end hung up unexpectedly fatal: the remote end hung up unexpectedly ' I know the git working directory is correct as it is the one I have cloned off of the remote repository and it has a another developers tags on it. Our paths are the same (though different pc's/C drives) but only I am getting the above error.

I am unsure of why this is. Is this a configuration issue with my equipment, and if so is there a fix or a work around?

Joem

Posted 2019-04-08T14:10:48.053

Reputation: 1

No answers