Git & Github
· One min read ·
记录一些常用的 Git 和 Github 操作
Github
View all tags记录一些常用的 Git 和 Github 操作
使用 Ubuntu 服务器时,想要把自己代码从 Github Pull 下来,但是一直超时
使用 SSH 在 Linux 服务器上 git pull
的时候遇到报错
fatal: unable to access 'https://github.com/Casta-mere/My-Website.git/': Failed to connect to github.com port 443: Connection timed out
自 2021.8.13 开始,Github 不再支持使用密码的方式来进行各种远程操作,必须要使用令牌 (token) 进行验证。本文就此问题给出一些指南
使用 SSH 在 Linux 服务器上 git push 的时候遇到报错
remote: Support for password authentication was removed on August 13, 2021.
fatal: Authentication failed for 'https://github.com/User/Repository.git'