question

HeinrichLudike-0703 avatar image
1 Vote"
HeinrichLudike-0703 asked PaulGehrman-4659 published

Visual Studio GIT broken

I have recently run into a serious little issue on my Visual Studio 2019 Community Edition.

I cannot fetch, pull or push my repo, it had an issue with my CA-bundle.crt. I tried a few things on GIT, tried pointing it to the correct certificate but to no avail.
Uninstalled my entire Visual Studio, renamed my project and tried to clone a fresh repo. This was met with more failure.

Git failed with a fatal error.
unable to access "https://github.com//.git/": error setting certificate verify locations: CAfile: C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt CAPpath: none

I looked at the location and no file was located there, I found another ca-bundle.crt under C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw32\ssl\certs which I then copied to the location. This did not resolve the issue either.

Any idea how to fix this? Or any other possible solution?

vs-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

vb2ae avatar image
0 Votes"
vb2ae answered PaulGehrman-4659 published

try installing the latest version of git for windows

https://gitforwindows.org/


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you. This solved the issue for me.

0 Votes 0 ·
DylanZhu-MSFT avatar image
1 Vote"
DylanZhu-MSFT answered

Hi HeinrichLudike,

It seems that there is something wrong about the configuration of your github tool. You can go to Extension/Manage Extensions to re-install github extension.
82130-image.png
Best Regards,
Dylan


If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


image.png (13.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ToddBandrowsky-1874 avatar image
0 Votes"
ToddBandrowsky-1874 answered

See this link:

https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-Agent-2012-Breaks-Visual-Studio-GIT-Integration/td-p/2829472

There seems to be an issue with VMWare Horizon Agent breaking the git named pipe support.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.