Git push not working in visual studio 2015

后端 未结 2 1501
無奈伤痛
無奈伤痛 2020-12-20 07:24

My visual studio 2015 works fine with Git connecting to BitBucket. However when connecting to a private Gitlab server, I have a weird problem: - I can clone a repo from the

2条回答
  •  独厮守ぢ
    2020-12-20 08:02

    On further inspection I found a difference between the GIT command line client and the builtin cliënt in visual studio. The latter uses TLS1.2 for the https session, whereas the command line uses TLS 1.0.

    As it happens out private GITLAB server is situated behind a reverse proxy that has problems with TLS1.2 connections resulting in the weird behaviour (fetch & pull OK, no push).

提交回复
热议问题