My boss gave me a path: xxx@yyy:git/zzzz.git
I tried git checkout xxx@yyy:git/zzzz.git, but got “fatal: Not a git repository Failed to find a valid git directory.”
I also tried xxx@yyy:/git/zzzz.git and xxx@yyy://git/zzzz.git, all returned the same information
I also tried git branch, but got “fatal: Not a git repository”
What should I do?
Thanks!
My boss gave me a path: xxx@yyy:git/zzzz.git I tried git checkout xxx@yyy:git/zzzz.git, but got
Share
http://gitimmersion.com/ is a good GIT overview, you should go through that before you start using git. As mentioned already you should do
Clone repro
Assign the original repo to a remote called “upstream”