Horje
How do I clone a git repository with extraHeader Code Example
How do I clone a git repository with extraHeader
PAT="mypat123"
REPO_URL=https://myorg@dev.azure.com/myorg/myrepo/_git/myrepo"
AUTH=$(echo -n ":$PAT" | openssl base64 | tr -d '\n')
git -c http.$REPO_URL.extraheader="Authorization: Basic $AUTH" clone $REPO_URL --no-checkout --branch master
Source: github.com




Shell

Related
how would you copy all the HTML files from one directory to another, but only copy files that did not exist in the destination directory or were newer than the versions in the destination dir how would you copy all the HTML files from one directory to another, but only copy files that did not exist in the destination directory or were newer than the versions in the destination dir
how to setup machine learning enviroment in ubuntu without anaconda Code Example how to setup machine learning enviroment in ubuntu without anaconda Code Example
react-native app examples github Code Example react-native app examples github Code Example
get to directory downloads in ubuntu 20.04 using terminal Code Example get to directory downloads in ubuntu 20.04 using terminal Code Example
how to get environment in string linux shell Code Example how to get environment in string linux shell Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11