挂载vmware设置的共享目录: sudo vmhgfs-fuse .host:/ /mnt/hgfs -o nonempty -o allow_other
SSH GIT
1、生成:$ ssh-keygen -t rsa -C “your_email@example.com”
2、添加:ssh-add ~/.ssh/id_rsa
3、复制:~/ssh/id_rsa.pub 到gerrit或github账户中添加
GIT 保存密码 全局用户名等
git config credential.helper store git config --global credential.helper store git config --global user.name "github's Name" git config --global user.email "github@xx.com" git config --list