#!/bin/bash
# 切换到目标目录
cd /devdata/www/wwwroot/dirdircom/
# 执行git pull命令,将输出信息转为中文显示
LANG=zh_CN.UTF-8 git pull
git config –global credential.helper store
#!/bin/bash
# 切换到目标目录
cd /devdata/www/wwwroot/dirdircom/
# 执行git pull命令,将输出信息转为中文显示
LANG=zh_CN.UTF-8 git pull
git config –global credential.helper store