跳到主要内容

3 篇博文 含有标签「Version Control」

Version Control

查看所有标签

SVN 基础

· 阅读需 12 分钟
Castamere
热爱 Coding

Apache Subversion 通常被缩写成 SVN,是一个开放源代码的集中式版本控制系统(Centralized Version Control System (CVCS)),本篇主要介绍 SVN 的基础功能与指令

Github Push Password Authentication Removed

· 阅读需 8 分钟
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'