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

相关推荐
尤老师FPGA1 分钟前
使用ZYNQ芯片和LVGL框架实现用户高刷新UI设计系列教程(第四十五讲)
android·java·ui
星火开发设计21 分钟前
C++ 函数定义与调用:程序模块化的第一步
java·开发语言·c++·学习·函数·知识
cypking25 分钟前
二、前端Java后端对比指南
java·开发语言·前端
摘星编程26 分钟前
用React Native开发OpenHarmony应用:timing定时动画参数
javascript·react native·react.js
哈哈你是真的厉害35 分钟前
基础入门 React Native 鸿蒙跨平台开发:多种Switch 开关介绍
react native·react.js·harmonyos
摘星编程1 小时前
在OpenHarmony上用React Native实现AnimatedValue补间动画
javascript·react native·react.js
siqiangming1 小时前
将SVN项目迁移到Git,保留提交记录
git·svn
未若君雅裁1 小时前
SpringAI基础入门
java·spring boot·ai
CC.GG1 小时前
【C++】用哈希表封装myunordered_map和 myunordered_set
java·c++·散列表
CCPC不拿奖不改名1 小时前
两种完整的 Git 分支协作流程
大数据·人工智能·git·python·elasticsearch·搜索引擎·自然语言处理