Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository forking requests for credentials even though HUB_CONFIG is set #8

Open
prashantabkari opened this issue Apr 17, 2019 · 0 comments

Comments

@prashantabkari
Copy link

prashantabkari commented Apr 17, 2019

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant