【Java, Git, React】Technical documentation 和 问题汇总解决

1. Technical documentation

1.1 Git 配置

git config --global user.name "名称"

git config --global user.email "邮箱"

git config --global http.sslVerify false

git clone XXX

2. 问题汇总:

2.1 Permission Issue

fatal: could not create work tree dir 'sl-express': Permission denied

修复方法:

sudo git clone XXX

2.2 443 Issue

D:\Workspace\Workspace-MS>git clone https://github.com/1291934482/sl-express.git

Cloning into 'sl-express'...

fatal: unable to access 'https://github.com/1291934482/sl-express.git/': Failed to connect to github.com port 443: Timed out

修复方法:

D:\Workspace\Workspace-MS>git config --global http.sslVerify false

D:\Workspace\Workspace-MS>git clone https://github.com/1291934482/sl-express.git

Cloning into 'sl-express'...

remote: Enumerating objects: 9444, done.

remote: Counting objects: 100% (62/62), done.

remote: Compressing objects: 100% (39/39), done.

remote: Total 9444 (delta 9), reused 48 (delta 4), pack-reused 9382

Receiving objects: 100% (9444/9444), 261.08 MiB | 9.22 MiB/s, done.

Resolving deltas: 100% (2138/2138), done.

Checking out files: 100% (8277/8277), done.

相关推荐
MacroZheng14 分钟前
Claude Code官方桌面端正式发布,夯爆了!
java·人工智能·后端
虚无境22 分钟前
如何编写一个SpringBoot项目告警推送的Starter
java·prometheus·webhook
NE_STOP15 小时前
Vide Coding--AI编程工具的选择
java
码云数智-园园16 小时前
C++20 Modules 模块详解
java·开发语言·spring
程序员黑豆16 小时前
JDK 下载安装与配置详细教程
java·前端·ai编程
小宇宙Zz16 小时前
Maven依赖冲突
java·服务器·maven
swordbob16 小时前
NIO的channel中什么是 fd(File Descriptor,文件描述符)
java·开发语言·nio
咖啡八杯17 小时前
GoF设计模式——享元模式
java·spring·设计模式·享元模式
十五喵源码网17 小时前
基于springboot2+vue2的租房管理系统
java·毕业设计·springboot·论文笔记