git免密拉取代码2024-04-21 git git, password方式1: 通过公钥和私钥进行ssh拉去代码生成公钥和私钥命令1ssh-keygen拉去代码1git clone git@github.com:username/repository.git方式1: 配置.netrc来源: https://go.dev/doc/faq#git_https在liunx或mac系统下1echo machine github.com login 账号 password 密码 > ~/.netrc拉去代码1git clone https://github.com/username/repository.git