1. 将源从https切换到ssh
首先当然要创建ssh key并且在git服务器上配置好
然后执行
git remote rm origin
git remote add origin "Git仓库的ssh格式地址"
2. 撤销git add(绿字变红字)
git reset HEAD