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

相关推荐
小松加哲17 分钟前
Spring MVC 核心原理全解析
java·spring·mvc
Ulyanov36 分钟前
《PySide6 GUI开发指南:QML核心与实践》 第二篇:QML语法精要——构建声明式UI的基础
java·开发语言·javascript·python·ui·gui·雷达电子对抗系统仿真
码界筑梦坊39 分钟前
357-基于Java的大型商场应急预案管理系统
java·开发语言·毕业设计·知识分享
云烟成雨TD1 小时前
Spring AI Alibaba 1.x 系列【31】集成 Studio 模块实现可视化 Agent 调试
java·人工智能·spring
014-code1 小时前
Spring Data JPA 实战指南
java·spring
安小牛1 小时前
Android 开发汉字转带声调的拼音
android·java·学习·android studio
聚美智数1 小时前
企业实际控制人查询-公司实控人查询
android·java·javascript
zb200641201 小时前
SpringBoot详解
java·spring boot·后端
SiYuanFeng2 小时前
新手学Git:如何把本地 Git 项目上传到 GitHub
git·github
AI人工智能+电脑小能手2 小时前
【大白话说Java面试题】【Java基础篇】第7题:HashMap的get流程是什么
java·后端·面试·哈希算法·散列表·hash-index·hash