Skip to content

Commit 86acbd0

Browse files
committed
update readme
1 parent a0997b2 commit 86acbd0

File tree

1 file changed

+13
-23
lines changed

1 file changed

+13
-23
lines changed

README.md

+13-23
Original file line numberDiff line numberDiff line change
@@ -39,36 +39,26 @@
3939
## 开发过程记录
4040
## <a name="githubpush"/> Visual Studio Code 向github提交代码不用输入帐号密码
4141
+ 在命令行输入以下命令
42-
```
43-
git config --global credential.helper store
44-
```
45-
42+
```
43+
git config --global credential.helper store
44+
```
4645
> 这一步会在用户目录下的.gitconfig文件最后添加:
47-
48-
```
49-
[credential]
50-
helper = store
51-
```
46+
```
47+
[credential]
48+
helper = store
49+
```
5250
+ push 代码
53-
5451
> push你的代码 (git push), 这时会让你输入用户名和密码, 这一步输入的用户名密码会被记住, 下次再push代码时就不用输入用户名密码!这一步会在用户目录下生成文件.git-credential记录用户名密码的信息。
55-
5652
+ Markdown 的超级链接技术
57-
5853
> 【1】需要链接的地址:
59-
60-
```
61-
[解决向github提交代码不用输入帐号密码](#githubpush)
62-
```
63-
54+
```
55+
[解决向github提交代码不用输入帐号密码](#githubpush)
56+
```
6457
> 【2】要链接到的地方:
65-
66-
```
67-
<a name="githubpush"/> 解决向github提交代码不用输入帐号密码
68-
```
69-
58+
```
59+
<a name="githubpush"/> 解决向github提交代码不用输入帐号密码
60+
```
7061
> 通过【1】和【2】可以很完美的实现一个连接哦!
71-
7262
# 掘金爬虫
7363
7464
![Markdown](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Images/github_good1.png)

0 commit comments

Comments
 (0)