[Nix-dev] fetchgit with ssh
Sönke Hahn
SoenkeHahn at gmail.com
Mon Jan 13 16:22:43 CET 2014
Yes, that helps, thanks! It's actually not github, we are using bitbucket
for internal repos, but bitbucket seems to have similar possibilities:
https://confluence.atlassian.com/display/BITBUCKET/OAuth+on+Bitbucket
I'm going to look into this tomorrow.
Cheers,
Sönke
aszlig wrote:
> On Mon, Jan 13, 2014 at 01:40:55PM +0800, S??nke Hahn wrote:
>> I also tried out https-urls. The problem is that not all repos that I
>> need to access are public. So I have to provide some authentication. For
>> ssh I can just put keys in .ssh, but for https in this setting, I'm not
>> sure if it's even possible.
>
> If it's GitHub-specific and you want to have access to private
> repositories, please have a look at this:
>
> https://github.com/blog/1270-easier-builds-and-deployments-using-git-over-https-and-oauth
>
> We're using this internally for deployment and the following is the
> quite ugly approach we were using before GH introduced OAuth for HTTPS
> URLs:
>
> https://gist.github.com/aszlig/8397726
>
> Hope this helps.
>
> a!
More information about the nix-dev
mailing list