A newbie quesiton to Giter8 - Use giter8 for enterprise github and behind proxy?

599 views
Skip to first unread message

KimT

unread,
Oct 15, 2012, 2:13:37 PM10/15/12
to git...@googlegroups.com

Hi,

I'm trying to adopt giter8 to setup sbt template for our company.  We're using enterprise Github and we're behind proxy.  Is there any document or pointer to help me with this? I've tried various way of using brew and conscripts (see below) but both doesn't seem to work for me.  any help would been greatly appreciated.

Thanks,

Kim


Install brew on Mac: 

ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"

Using brew to install giter8:

$ brew update && brew install giter8

g8's looking good:

$ g8 -v

giter8 0.4.5
....

I'm able to get any sample templates from https://github.com/n8han/giter8/wiki/giter8-templates

So, I've created my template in mycompany enterprise version of github, and running github get this me error:

$ g8 g...@mycompany.com:myuser/sbt-sbtbuild-template.g8.git

Unable to find github repository: g...@mycompany.com:myuser/sbt-sbtbuild-template.g8.git.g8 (master)

$ g8 http://mycompany.com:myuser/sbt-sbtbuild-template.g8.git

Unable to find github repository: http://mycompany.com:myuser/sbt-sbtbuild-template.g8.git.g8 (master)

====== trying via conscript

I'm behind the proxy, I can't seem to use conscript to install the latest giter8:

$ curl https://raw.github.com/n8han/conscript/master/setup.sh | sh

.....

conscript installed to /Users/userid/bin/cs

$ /Users/userid/bin/cs n8han/giter8
An unexpected error occurred: Please check your internet connection.
And if you're using a pre-release version of Java, please try with
a final release version.
Exception message: No response received after 60000





Ravi Mendis

unread,
Oct 17, 2012, 5:46:08 AM10/17/12
to git...@googlegroups.com
Hi Kim,

Maybe you need to configure the git http.proxy var? E.g:

Once you're able to git clone those URLs, g8 should work fine.

Ravi
Reply all
Reply to author
Forward
0 new messages