Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit e17ea66

Browse files
Merge branch 'main' of github.com:hduhelp/backend_guide
2 parents 7abb123 + 13a1130 commit e17ea66

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎golang/quickStart.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
## 这里插一节简单的网络知识、前后端交互课
1111

12-
## 这里插一份简单的 git 操作文档
12+
## git 操作文档
13+
* [git教程](https://www.liaoxuefeng.com/wiki/896043488029600)
1314

1415
## Gin —— web 框架
1516

‎windows/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ alias unproxy='
5151
unset https_proxy;
5252
unset http_proxy;
5353
unset all_proxy;
54-
sudo sed -i -e '/Acquire::http::Proxy/d' /etc/apt/apt.conf.d/proxy.conf;
55-
sudo sed -i -e '/Acquire::https::Proxy/d' /etc/apt/apt.conf.d/proxy.conf;
54+
sudo sed -i -e "/Acquire::http::Proxy/d" /etc/apt/apt.conf.d/proxy.conf;
55+
sudo sed -i -e "/Acquire::https::Proxy/d" /etc/apt/apt.conf.d/proxy.conf;
5656
'
5757
```
5858

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /