Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInsistent request of Git credentials #428
Open
Labels
Comments
|
I think setting up your repository using an ssh key would solve this problem. |
|
Thanks for handling this @dorianbrown :). I'll close this issue once it's been documented :). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj
Hi,
I'm testing a knowledge repo implementation for our team using a git backend. Until know I could manage the deploy and Oauth using github, but I have an annoying problem of insistent and multiple request of my git user and password (no restart involved). I'm using the flask engine (and sqlite database). After the deploy the
INFO:knowledge_repo.repositories.gitrepository:Fetching updates to the knowledge repository...routine request the info. If no provided, the server doesnt load the web
I dont know if I'm missing some config
Thanks,