Use an HTTPS or SSH URL. Instead of git://github.com/user/repo.git use one of these:
https://github.com/user/repo.git[email protected]:user/repo.git
You can change it in your clone like this:
git remote set-url origin <THE-URL-HERE>
Use an HTTPS or SSH URL. Instead of git://github.com/user/repo.git use one of these:
https://github.com/user/repo.git[email protected]:user/repo.gitYou can change it in your clone like this:
git remote set-url origin <THE-URL-HERE>