错误:RPC失败; HTTP 401 curl 22请求的URL返回错误:401

时间:2019-05-31 10:55:30

标签: bash git azure shell

我试图在存储库中进行提交,但是我不能解决这个问题,知道吗?

#!/bin/bash 

mkdir target
cd target

git clone https://oauth2:${GIT_TOKEN}@dev.azure.com/tufia/IPD006/_git/wiki-Release-status

cd wiki-Release-status/publish
cp -r  ../../../publish .
ls -al
cd ..


git config  user.email "p.example.aas@tufia.onmicrosoft.com"
git config  user.name "p.example.s"
git add ./publish 
git commit -m "31/05/2019"
echo "PUSHING"
git push origin master -f

克隆到“ wiki-发布状态” ...

总共16

drwxr-xr-x 3 AgentPoolAdmin1 AgentPoolAdmin1 4096 5月31日08:50。

drwxr-xr-x 4 AgentPoolAdmin1 AgentPoolAdmin1 4096 5月31日08:50 ..

-rw-r--r-- 1 AgentPoolAdmin1 AgentPoolAdmin1 194 May 31 08:50 ReleaseVersion.md

drwxr-xr-x 2 AgentPoolAdmin1 AgentPoolAdmin1 4096 5月31日08:50发布 [master 7264d67] 31/05/2019

按下

错误:RPC失败; HTTP 401 curl 22请求的URL返回错误:401

致命:远端意外挂起

致命:远端意外挂起

所有最新信息

0 个答案:

没有答案