如何上传代码到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.youkuaiyun.com/w1_2_3_/article/details/120440935
例如错误2
unable to access 'https://github.com/helwens/paddlie_lite_demo_harmony/': OpenSSL SSL_read: Connect