瀏覽代碼

Updated app_server setup script

pull/14/head
Steffan JJ 1 年之前
父節點
當前提交
6e7147e8e5
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. 6
    6
      trias/Server/trias_appserver_script.sh

+ 6
- 6
trias/Server/trias_appserver_script.sh 查看文件

@@ -1,13 +1,13 @@
#STORE GIT CREDENTIALS IN CACHE
git config --global credential.helper store
# git config --global credential.helper 'store --file ~/.git-credentials'
echo "Enter git username: "
read gitUser
git config --global user.name '${gitUser}'
# echo "Enter git username: "
# read gitUser
# git config --global user.name '${gitUser}'
# echo "username=$gitUser" >> ~/.git-credentials
echo "Enter git password: "
read gitPassword
git config --global user.password '${gitPassword}'
# echo "Enter git password: "
# read gitPassword
# git config --global user.password '${gitPassword}'
# echo "password=$gitPassword" >> ~/.git-credentials
# chmod 0600 ~/.git-credentials


Loading…
取消
儲存