Use --global
This commit is contained in:
parent
80b4cdbfef
commit
e96e3a864b
@ -33,8 +33,12 @@ fi
|
|||||||
# install git
|
# install git
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y git
|
sudo apt-get install -y git
|
||||||
git config user.name e2etest
|
echo $HOME
|
||||||
git config user.email e2etest@cloudron.io
|
env
|
||||||
|
echo $USER
|
||||||
|
ls -la $HOME/
|
||||||
|
git config --global user.name e2etest
|
||||||
|
git config --global user.email e2etest@cloudron.io
|
||||||
|
|
||||||
# install node v0.12 https://github.com/nodesource/distributions
|
# install node v0.12 https://github.com/nodesource/distributions
|
||||||
sudo apt-get install -y python-software-properties python g++ make
|
sudo apt-get install -y python-software-properties python g++ make
|
||||||
|
Loading…
Reference in New Issue
Block a user