
git
huang.lin
talk is cheap,show me your "code".
展开
-
gnutls_handshake() failed: The TLS connection was non-properly terminated.
解决办法:git config --global --unset https.https://github.com.proxy git config --global --unset http.https://github.com.proxy原创 2021-08-19 13:34:33 · 3267 阅读 · 5 评论 -
手把手教你用git
手把手教你用git一、如何安装git下载地址:https://git-scm.com/download/win根据自己的电脑选择是32位的还是64位的。下载完后直接运行,之后一直next就好了。安装成功后,会有这样一个标志。 二、如何使用git(1)首先你要点进去https://github.com/这个网站,注册一个github账号。注册好之后,要记住邮箱和密码。...转载 2018-08-15 17:43:15 · 350 阅读 · 0 评论 -
puppeteer 报CHROMIUM不存在的错误
最近看了网上用Alexamaster来褥羊毛,然后就用到了自动脚本alexamaster-autosurf,原理就是使用自动脚本来自动刷新页面来获得点数。然后在安装过程中可能会报ERROR: Failed to download Chromium r672088! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip do...原创 2019-07-14 20:35:42 · 3010 阅读 · 0 评论