git clone repo with name
git clone https://github.com/foo/repo_name.git new_directory_name
git clone repo with name
git clone https://github.com/foo/repo_name.git new_directory_name
How do I clone a git repository with extraHeader
PAT="mypat123"
REPO_URL=https://[email protected]/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
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us