/jekyll-3.6.3/lib/jekyll/tags/include.rb:193: warning: Using the last argument as keyword parameters is deprecated
2021年8月13日起,github不再支持密码方式push,需要把密码换成token的方式,我们推送的时候报错如下:
git push
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: 无法访问 'https://github.com/xiazemin/MyBlogSrc/':The requested URL returned error: 403
如何解决呢,参考官方的wiki https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token 先到个人设置里设置token,按照上面这个wiki一步步操作就行了,很详细
https://github.com/xiaobaiTech/golangFamily https://mp.weixin.qq.com/s/Zdc95_hjjxqxhuvQspUDmA
集线器,英文里也叫hub。 它是汇聚网线的中心,因此就叫集线器。
fatal: 远端意外挂断了 git config http.postBuffer 100000000 将数据POST到远程系统时,智能HTTP传输使用的缓冲区的最大大小(以字节为单位).对于大于此缓冲区大小的请求,将使用HTTP/1.1和Transfer-Encoding:chunked来避免在本地创建大型打包文件.默认值为1 MiB,足以应付大多数请求. https://www.it1352.com/2100612.html