0

Gitlab : how to switch remote repository URL from ssh to http

i need to change one of the git remote repository URL from ssh to http. how to change this settings.

ajinfernando
asked Oct 24, 2017
1 Answer
0

first verify the existing remote url status using git remote -v... then refer below example to modify URL ssh to http

git remote set-url origin http://git@mp.trainee.co/trainee/user1.git
View More
arunkumarak
answered Oct 26, 2017
Your Answer
||||
x
 
100:0

Related News in Gitlab : how to switch remote repository URL from ssh to http

Related News in Gitlab : how to switch remote repository URL from ssh to http