Hi stackOverFlow experts!
There are 2 repositories in their own subfolders under drive C on my machine (A and B) as follows:
-
repository A which comes from a git clone of some remote repo (found in c:\devA)
-
repository B which comes from a clone of svn with git svn clone (found in c:\clone\devB)
I want to push devB to devA and tried to do the following:
git remote add master /c/devA
git push master --all
I received the following error:
fatal: 'c:/devA' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
Can anyone help me with this? Thank you!!
Mike
This should work the way you’re using it, so I see two options: