문제

Has anyone been able to figure out how to configure the ccnet source control settings to connect to a private github repository?

도움이 되었습니까?

해결책

I figured it out using an array of articles and blogs online. It's actually quite simple.

  1. Setup your ssh keys without a paraphrase. It's key that you do not put a paraphrase.
  2. After setting up your keys in C:\Users[User].ssh directory, copy all of the contents from this folder into C:\Program Files (x86)\Git.ssh. Further information as to why here.
  3. Configure the Git Source Control Block within your cc.net configuration.

It should now work. You can setup an interval trigger, and automatically kick off your project tasks using private repositories hosted on GitHub.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top