You were right about another git config file.
In /home/manager there was a .gitconfig file with the following line in it:
[url "https://github.com/"]
insteadOf = git://github.com/
Removed that code and all works now.
Thank you for your help.
In /home/manager there was a .gitconfig file with the following line in it:
[url "https://github.com/"]
insteadOf = git://github.com/
Removed that code and all works now.
Thank you for your help.