#!/bin/bash git config core.fileMode false git config --global user.name 'xxx' git config --global user.email 'xxx@qq.com' git remote add upstream https://gitee.com/openeuler/hpcrunner.git #git remote set-url upstream https://gitee.com/openeuler/hpcrunner.git