Browsed by
Tag: git

Git for Windows with TFS and SSL behind a proxy

Git for Windows with TFS and SSL behind a proxy

If you run your TFS on prem and use git for windows you may run into two issues. The first occurs if you use SSL for your TFS. The second occurs if you are behind a proxy. Use Git for Windows with a corporate SSL certificate If you have a corporate SSL certificate and want to clone your repo from the console or VSCode you get the following error: fatal: unable to access ‘https://myserver/tfs/DefaultCollection/_git/Proj/’: SSL certificate problem: unable to get…

Read More Read More