Update README.md
This commit is contained in:
parent
a2b2762e6b
commit
332d1c1f86
|
|
@ -9,7 +9,8 @@ This repository contains general standard modules for all projects.
|
|||
3. Using token
|
||||
|
||||
```sh
|
||||
echo "$GH_TOKEN" > ~/git-askpass.sh
|
||||
GH_TOKEN=<your_token>
|
||||
echo "echo $GH_TOKEN" > ~/git-askpass.sh
|
||||
chmod +x ~/git-askpass.sh
|
||||
export GIT_ASKPASS=~/git-askpass.sh
|
||||
git config --global core.askPass ~/git-askpass.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue