Why do GitHub HTTPS schemes always ask for my password?

前端 未结 3 705
终归单人心
终归单人心 2020-12-19 09:11

I cloned a repo at git hub via the https:// protocol to avoid setting up the SSH key stuff. This is all good except every time I push it asks for my password. Is there any

3条回答
  •  萌比男神i
    2020-12-19 09:48

    You may want GitHub's credential caching for Smart HTTP. According to the blog post, it only works with Windows and OS X, so you should use the GIT protocol instead if you're on a Linux or Unix workstation.

提交回复
热议问题