R
github actions?
Size: a a a
R
PG
MT
PG
OR
MT
MT
PG
PG
PG
DS
git pull --username=use --password=password
git config credential.${GIT_URL}.username ${GIT_USER}
temp_file=`mktemp`
printf "#!/usr/bin/env bash\necho \$GIT_PASS" > ${temp_file}
chmod +x ${temp_file}
export GIT_ASKPASS=${tmp_file}
# и дальше git fetct/pull/push в зависимости что надо
OR
OR
DS
git pull --username=use --password=password
OR
OR
DS