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

相关推荐
一 乐18 分钟前
电影院|基于springboot + vue电影院购票管理系统(源码+数据库+文档)
java·数据库·vue.js·spring boot·论文·毕设·电影院购票管理管理系统
恼书:-(空寄20 分钟前
JVM GC 日志分析 + 常见 GC 场景 + 实战参数调优
java·jvm
消失的旧时光-194327 分钟前
Spring Boot 实战(五):接口工程化升级(统一返回 + 异常处理 + 错误码体系 + 异常流转机制)
java·spring boot·后端·解耦
杨凯凡2 小时前
【012】图与最短路径:了解即可
java·数据结构
比特森林探险记2 小时前
【无标题】
java·前端
椰猫子2 小时前
Javaweb(Filter、Listener、AJAX、JSON)
java·开发语言
朝新_3 小时前
【Spring AI 】核心知识体系梳理:从入门到实战
java·人工智能·spring
一 乐3 小时前
旅游|基于springboot + vue旅游信息推荐系统(源码+数据库+文档)
java·vue.js·spring boot·论文·旅游·毕设·旅游信息推荐系统
倾颜3 小时前
React 19 源码怎么读:目录结构、包关系、调试方式与主线问题
react.js
我命由我123453 小时前
Android 开发中,关于 Gradle 的 distributionUrl 的一些问题
android·java·java-ee·android studio·android jetpack·android-studio·android runtime