I am trying to make a copy of a TFS respository as a GIT repo. I was searching around and it looked like git-tf was a tool that could do this for me. The problem I am having is I am constantly getting this error git-tf: Illegal proxy URL: 'http://%USER%:%PASSWORD%@%SERVER%:%PORT%'
I have tried the following commands and get this error:
git-tf clone --deep http://BoxNameHere/tfs/ProjNameHere/ $/Proj
git-tf clone --deep https://user:password@BoxNameHere:443/tfs/ProjNameHere/ $/Proj
I am stumped.