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.

gitlab Add a comment
ajinfernando
asked Oct 25 2017

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
Add a comment
arunkumarak
asked Oct 26 2017
edited Oct 05 2018
Post your Answer