[id-ruby] Github behind proxy

2008-08-21 Terurut Topik Joshua Jackson
Dear all, Saya tidak bisa clone dari github karena network saya dibelakang proxy. Ada yang tau gimana pakai github di belakang proxy? Atau ada tutorial yang bermanfaat mengenai ini? terima kasih

Re: [id-ruby] github

2008-07-31 Terurut Topik Abd Shomad
Dear Oom Widi :) Karena saya tidak berada dalam proxy yang membutuhkan username:password, saya tidak bisa memberikan jawaban yang pasti. Tapi sepertinya bisa dicoba menggunakan userid:[EMAIL PROTECTED][EMAIL PROTECTED]? Mudah-mudahan berhasil. Regards, Abd Shomad On Thu, Jul 31, 2008 at

Re: [id-ruby] github

2008-07-31 Terurut Topik Widi Harsojo
nariknya dah bisa tapi pas push / http-push error $ git http-push origin master error: Cannot access URL origin/, return code 22 Best Regards, Widi Harsojo. On Thu, Jul 31, 2008 at 1:08 PM, Abd Shomad [EMAIL PROTECTED] wrote: Dear Oom Widi :) Karena saya tidak berada dalam proxy yang

Re: [id-ruby] github

2008-07-31 Terurut Topik Abd Shomad
Mas Widi, Sepertinya untuk ini saya belum bisa menolong. Tapi biasanya untuk push, digunakan SSH, kalo nggak salah, bika pake plink dari putty. Kalau sudah ketemu caranya, jangan lupa share di sini ya... :) Regards, Abd Shomad On Thu, Jul 31, 2008 at 5:53 PM, Widi Harsojo [EMAIL PROTECTED]

[id-ruby] github

2008-07-30 Terurut Topik Joshua Jackson
Guys, Short question from me: what is Github? Atau dalam kata lain: Github ini untuk apaan sih? Thanks for the explanation.

Re: [id-ruby] github

2008-07-30 Terurut Topik adit
hosting untuk git repository git sendiri adalah aplikasi version control seperti SVN ataupun CVS kalo aplikasi ruby on rails anda memakai git sbg version controlnya source codenya bisa disimpan di github itu mungkin gitu kira2 penjelasan singkatnya 2008/7/30 Joshua Jackson [EMAIL PROTECTED]

Re: [id-ruby] github

2008-07-30 Terurut Topik Widi Harsojo
ada tutorial untuk narik dan kirim ke github lewat proxy /firewall di win32??? atau setup msysgit lewat proxy / firewall Best Regards, Widi Harsojo On Thu, Jul 31, 2008 at 12:04 AM, adit [EMAIL PROTECTED] wrote: hosting untuk git repository git sendiri adalah aplikasi version control

Re: [id-ruby] github

2008-07-30 Terurut Topik Abd Shomad
Mas Widi, Berikut tutorial singkat untuk windows pake MSysGit: 1. run Git Bash (biasanya dari shell extension) 2. ketik -- export http_proxy=proxy.id.fujitsu.com:8080 -- jangan lupa tanda doublequote 3. git clone http://cworth.org/git/hello 4. done Regards, Abd Shomad

Re: [id-ruby] github

2008-07-30 Terurut Topik Widi Harsojo
Mas Abd Shomad, kalau ada login password ke proxynya gimana? ini hasilnya mas.. [EMAIL PROTECTED] /c/Local/git $ git clone http://github.com/wycats/merb-core.git Initialize merb-core/.git Initialized empty Git repository in C:/Local/git/merb-core/.git/ error: The requested URL returned error: 407

Re: [id-ruby] github

2008-07-30 Terurut Topik Widi Harsojo
$ export http_proxy=login:[EMAIL PROTECTED]:3128 Done! for git clone hoooray!!! Best Regards, Widi Harsojo. On Thu, Jul 31, 2008 at 12:24 PM, Widi Harsojo [EMAIL PROTECTED] wrote: Mas Abd Shomad, kalau ada login password ke proxynya gimana? ini hasilnya mas.. [EMAIL PROTECTED] /c/Local/git