Git - How to use .netrc file on Windows to save user and password

前端 未结 4 1837
抹茶落季
抹茶落季 2020-11-22 10:36

Is it possible to use a .netrc file on Windows when I\'m using Git to clone a remote repository with HTTP and user - password?

4条回答
  •  北海茫月
    2020-11-22 10:43

    You can also install Git Credential Manager for Windows to save Git passwords in Windows credentials manager instead of _netrc. This is a more secure way to store passwords.

提交回复
热议问题