跳到主要内容

4 篇博文 含有标签「Git」

Git

查看所有标签

Github SAML SSO

· 阅读需 2 分钟 ·
Castamere
热爱 Coding

解决 Github SAML SSO 导致无法 clone 代码的问题

Error

Cloning into 'xxx'...

remote: The 'xxx' organization has enabled or enforced SAML SSO.

remote: To access this repository, you must re-authorize the OAuth Application 'Visual Studio Code'.

fatal: unable to access 'xxx': The requested URL returned error: 403

Github Push Password Authentication Removed

· 阅读需 6 分钟 ·
Castamere
热爱 Coding

自 2021.8.13 开始,Github 不再支持使用密码的方式来进行各种远程操作,必须要使用令牌 (token) 进行验证。本文就此问题给出一些指南

ERROR

使用 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'