Add account password in Git config

vim .git/config
[remote "origin"]
        url = https://username:[email protected]

After downloading the git library in the form of a zip package, it is reported that there is no permission when submitting or fetching. You can add the account password in this way.

Guess you like

Origin blog.csdn.net/wuzhong8809/article/details/107007691