If you receive this error message when tryinf to push / pull / clone, chances are the remote repository is private. In order to overcome this, use the following command; $ git clone -b dev https://This email address is being protected from spambots. You need JavaScript enabled to view it./remoteGitAddress/project.git . In the code above: -b means clone from the branch named 'dev' . at the end means extract the fold...
3259 Hits