airbnb / knowledge-repo

A next-generation curated knowledge sharing platform for data scientists and other technical professions.
Apache License 2.0
5.48k stars 688 forks source link

Insistent request of Git credentials #428

Open pveragen opened 6 years ago

pveragen commented 6 years ago

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

screen shot 2018-06-04 at 5 47 01 pm

I dont know if I'm missing some config

Thanks,

dorianbrown commented 6 years ago

I think setting up your repository using an ssh key would solve this problem.

matthewwardrop commented 6 years ago

Thanks for handling this @dorianbrown :). I'll close this issue once it's been documented :).