Forums | Mahara Community

Support /
SSL / HTTPS


anonymous profile picture
Account deleted
Posts: 27

18 August 2009, 7:46

What is the git command to clone your 1.1 repo with ssl added? When I try:

git clone git://git.eteo.mondragon.edu/mahara.git

I get:

Initialized empty Git repository in /root/mahara/.git/
remote: Counting objects: 65570, done.
remote: Compressing objects: 100% (17085/17085), done.
remote: Total 65570 (delta 45206), reused 65564 (delta 45200)
Receiving objects: 100% (65570/65570), 12.21 MiB | 4969 KiB/s, done.
Resolving deltas: 100% (45206/45206), done.
Warning: Remote HEAD refers to nonexistent ref, unable to checkout.

If there's a decent tutorial on git that you know will answer this question, I'd be happy to RTFM!

Thanks.
Iñaki Arenaza's profile picture
Posts: 253

20 August 2009, 18:14

Warning: Remote HEAD refers to nonexistent ref, unable to checkout.

Ups! Sorry about that. I've made 'httpslogin' the default branch on the repository, so 'git clone' will not emit the warning any more.

Anyway, you alreade have all the repository objects, so all you need is to check out the branch you want to work with. 'git branch' (without quotes) will show you the list of available branches and 'git checkout branch-name' will check out that brach into the working tree.

By the way, httpslogin is the branch for the master (aka development) branch, so you should probably use httpslogin-1.1 branch.

Hope this helps :-)

Saludos,

anonymous profile picture
Account deleted
Posts: 1643

20 August 2009, 22:45

Aha, there you are Wink we should talk about how far along your patch is - will we see you in IRC soon? Smile
Iñaki Arenaza's profile picture
Posts: 253

21 August 2009, 8:30

Living +12 hours apart doesn't make it easy. I'm leaving tonight for the weekend (to a place with no internet connectivy Surprised), but I'll try to meet you before I leave Smile

anonymous profile picture
Account deleted
Posts: 1643

22 August 2009, 1:33

Missed you Frown oh well maybe next week.
25 results