derek-thomas HF staff commited on
Commit
acc0a44
1 Parent(s): 45d90e4

Adding git credential helper

Browse files
Files changed (1) hide show
  1. jupyterlab/on_startup.sh +1 -0
jupyterlab/on_startup.sh CHANGED
@@ -3,4 +3,5 @@
3
  # For example, to clone transformers and install it in dev mode:
4
  # git clone https://github.com/huggingface/transformers.git
5
  # cd transformers && pip install -e ".[dev]"
 
6
  echo "All good"
 
3
  # For example, to clone transformers and install it in dev mode:
4
  # git clone https://github.com/huggingface/transformers.git
5
  # cd transformers && pip install -e ".[dev]"
6
+ git config --global credential.helper store
7
  echo "All good"