git init
git remote add origin https://gitee.com/src-oepkgs/gerbv.git
git pull origin master
fatal: unable to access 'https://github.com/hsiang-lee/gerber-parser.git/': OpenSSL SSL_read: Connection was reset, errno 10054
原因:网速问题
git init
git remote add origin https://gitee.com/src-oepkgs/gerbv.git
git pull origin master
fatal: unable to access 'https://github.com/hsiang-lee/gerber-parser.git/': OpenSSL SSL_read: Connection was reset, errno 10054
原因:网速问题