File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ <h3 id="go-to-your-repo-on-github-to-verify">Go to your repo on GitHub to verify
602602< h3 id ="store-your-credentials-when-using-https "> Store your credentials when using https</ h3 >
603603< ol type ="1 ">
604604< li > Click on the < code > more</ code > button in the < code > git pane</ code > and select < code > shell</ code > </ li >
605- < li > Type < code > git config --global credential.helper manager </ code > </ li >
605+ < li > Type < code > git config --global credential.helper store </ code > </ li >
606606< li > Type < code > exit</ code > to quit the shell</ li >
607607< li > The next time < code > git</ code > needs your credentials, it will ask them one more time and store them</ li >
608608</ ol >
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ _TODO Stijn: how to set username and email?_
168168### Store your credentials when using https
169169
1701701 . Click on the ` more ` button in the ` git pane ` and select ` shell `
171- 1 . Type ` git config --global credential.helper manager `
171+ 1 . Type ` git config --global credential.helper store `
1721721 . Type ` exit ` to quit the shell
1731731 . The next time ` git ` needs your credentials, it will ask them one more time and store them
174174
You can’t perform that action at this time.
0 commit comments