提交 ee507606 authored 作者: yoyoyo's avatar yoyoyo

1

上级 b49c2eb6
...@@ -219,6 +219,7 @@ pull_project() { ...@@ -219,6 +219,7 @@ pull_project() {
git clone $repo "$repo_dir" git clone $repo "$repo_dir"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo_content "red" "克隆仓库失败,请检查仓库地址和凭据。" echo_content "red" "克隆仓库失败,请检查仓库地址和凭据。"
rm $CREDENTIALS_FILE
exit 1 exit 1
fi fi
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论