赞
踩
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
git config --global user.name "xx"
git config --global user.email "xxx@qq.com"
ssh-keygen -t rsa -C "xxx@qq.com"
git config credential.helper store
然后执行git命令,最后输入一次就行
这里没有–global意思是指只对这个仓库生效
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。