You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the stage "Setup the GitHub Repositories" and below step
for repo in ${REPOS[@]}; do hub clone "https://github.com/kelseyhightower/${repo}.git" cd ${repo}/ hub fork cd - rm -rf ${repo} done
hub fork requests for username credentials even though the hub configuration file is created and set in HUB_CONFIG env
It shouldn't since username and the tokens are already available ?
The text was updated successfully, but these errors were encountered:
At the stage "Setup the GitHub Repositories" and below step
for repo in ${REPOS[@]}; do hub clone "https://github.com/kelseyhightower/${repo}.git" cd ${repo}/ hub fork cd - rm -rf ${repo} done
hub fork requests for username credentials even though the hub configuration file is created and set in HUB_CONFIG env
It shouldn't since username and the tokens are already available ?
The text was updated successfully, but these errors were encountered: