sourcetree 遇到的问题
1、把已经写过的项目 放到本地仓库中 识别不出来
原因是 之前创建项目的时候 已经勾选了git
解决办法 显示隐藏文件 删除就好了
2、Pushing to https://git.oschina.net/lwj_decode/youcai fatal: unable to access 'https://git.oschina.net/lwj_decode/youcai/': Could not resolve host: git.oschina.net
原因 我以前用的是ssh地址做的远程通信地址,而这次是用的是https
解决办法 git commit -v