1 Answer
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
Your Answer
x