• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to get started with git

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am facing issue in downloading connectbot source code from "http://code.google.com/p/connectbot/source/browse/?name=connectbot_1.6.2#git%253Fstate%253Dclosed".
One way I know of downloading is by making use of git or Cygwin.

Can anybody help me in downloading source code.

Thanks in Advance:-)
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, that page mentions "git clone https://code.google.com/p/connectbot/ specifically. What problems have you had doing this? Obviously, you need to install git first.
 
Aggarwal Arpit
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tim,

I downloaded git version 1.7.10 also I am completely new to git and don't know how to work with this.
Please tell me the steps that I have to follow to download source code.

Thanks in Advance.......
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This one is a nice reference: http://gitimmersion.com/index.html
 
Aggarwal Arpit
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Hussein,
Thanks for your useful link:)
But when I am trying to create clone by passing command "git clone https://code.google.com/p/connectbot/" to git.
I am getting error in git:

error:Couldn't resolve host 'code.google.com' while accessing https://code.google.com/p/connectbot/info/refs
fatal:HTTP request failed

Please help me to solve this issue.
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If git (or any other program) cannot locate code.google.com, you have some sort of network problem. Most commonly a problem with DNS, since DNS is what resolves a domain name such as "code.google.com" or "www.coderanch.com" to find the actual IP address for that site.
 
Aggarwal Arpit
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Tim Holloway,

So is there any solution to resolve that network problem in git?
 
Tim Holloway
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Aggarwal Arpit wrote:Hi Tim Holloway,

So is there any solution to resolve that network problem in git?



Network problems are network problems. git doesn't have any influence over them.
 
reply
    Bookmark Topic Watch Topic
  • New Topic