GIT URL Changed

I’ve started using Cloudflare and this has required a small change in my git url. I’ve fixed the url in all posts describing my repositories. If you have been collaborating with me on a project, read on to update your repos.

In the past, you might have checked out a repo from me like

git clone [email protected]:$(PROJECT)

or for an anonymous checkout
git clone git://bardagjy.com/$(PROJECT)

Because of cloudflare’s cacheing, those urls no longer point to my servers and should instead read

git clone [email protected]:$(PROJECT)

or for an anonymous checkout
git clone git://git.bardagjy.com/$(PROJECT)

If you want to correct your repositories in place, from the repo home, edit .git/config so the git url points to git.bardagjy.com/$(PROJECT) rather than bardagjy.com/$(PROJECT)



Leave a Reply