【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.

相关推荐
JiaWen技术圈10 分钟前
React 中的 Server Components 和 Server Components
前端·javascript·react.js
用户2986985301415 分钟前
告别手动复制:Java 拆分 Word 文档的两种实用方案
java·后端
光影少年18 分钟前
react的 useReducer 使用场景、替代 useState 的情况
前端·react.js·掘金·金石计划
ujainu小20 分钟前
CANN hixl:大模型 PD 分离场景的零拷贝通信库
android·java·缓存
z2005093020 分钟前
今日算法(组合问题III)(回溯的使用)
java·算法·leetcode
XiYang-DING20 分钟前
【Java EE】IPv6
java·java-ee·php
Re_zero23 分钟前
从乐观锁被冲烂到原子扣减稳如磐石:高并发防超卖方案的三次迭代
java·后端
落木萧萧82526 分钟前
自动生成 SQL 会拖慢性能吗?实测 MyBatisGX、MyBatis、MyBatis-Plus、MyBatis-Flex
java·orm
Full Stack Developme31 分钟前
Spring Boot 状态机 与 com.alibaba.cola 中的状态机
java·spring boot·后端
MacroZheng42 分钟前
让 Claude Code 成本爆降 89%,这个开源工具有点猛...
java·人工智能·后端