SyntaxFix
Write A Post
Hire A Developer
Questions
Below cmd will work if we dont have @ in password: git pull https://username:pass@[email protected]/my/repository If you have @ in password then replace it by %40 as shown below: git pull https://username:pass%[email protected]/my/repository
git pull https://username:pass@[email protected]/my/repository
git pull https://username:pass%[email protected]/my/repository