Skip to main content

SVN 基础

· 12 min read
Castamere
Code Aesthetic

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

npm 文件夹/文件读取错误

· 3 min read
Castamere
Code Aesthetic

在使用npm run start指令时,报如下错误。其本质为一个文件被异常识别为了文件夹导致的问题

ERROR

[Error: EISDIR: illegal operation on a directory, read] { errno: -21, code: 'EISDIR', syscall: 'read' }

并在删除文件时报如下错误(Win 10)

ERROR

0x80070570 文件或目录损坏且无法读取

本文就此问题给出解决方法

生命的意义

· 8 min read
Castamere
Code Aesthetic

你误会我了,我说的是咱这一辈子的终极目标。归根结底,活着是为了什么

去码头整点薯条

Github Push Password Authentication Removed

· 8 min read
Castamere
Code Aesthetic

自 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'