如何上传代码到github?最简单直接的办法是使用官方软件
GitHub Desktop | Simple collaboration from your desktop
上传代码到github也会遇到各种错误
例如错误1
fatal: unable to access 'https://github.com/helwens/paddlie_lite_demo_harmony/': schannel: failed to receive handshake, SSL/TLS connection failed
Git Bash Here 中键入
git config – global http.sslBackend “openssl”
执行
参考资料
https://blog.csdn.net/w1_2_3_/article/details/120440935
例如错误2
unable to access 'https://github.com/helwens/paddlie_lite_demo_harmony/': OpenSSL SSL_read: Connection was reset, errno 10054
就是一个无法连接到Git仓库的问题
解决方案如下
同时上传代码的过程还会提醒选择License,这些开源许可证之间有什么不同?可以参考以下