想整理下项目,然后通过vs推到github下。
1、在vs上创建好了一个程序。点中解决方案--》右键--》将项目加入代码库。
2、在github上创建好一个仓库,然后复制下https
3、在vs上推入到github上的时候 ,会让写入url,然后我就报错了: SSL certificate problem: unable to get local issuer certificate
4、解决方案:cmd 命令行中输入
git config --global http.sslVerify false
直接回车,然后再次推送就ok了。Github里就有了