소스 검색

[fixed] a case mismatch in the repository name

unseenme 5 달 전
부모
커밋
f93eea53af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/chapter16/第十六章 毕业设计.md

+ 1 - 1
docs/chapter16/第十六章 毕业设计.md

@@ -158,7 +158,7 @@ git clone git@github.com:你的用户名/Hello-Agents.git
 cd Hello-Agents
 
 # 添加上游仓库(用于同步更新)
-git remote add upstream https://github.com/datawhalechina/Hello-Agents.git
+git remote add upstream https://github.com/datawhalechina/hello-agents.git
 
 # 查看远程仓库
 git remote -v