Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5843897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:13:05+00:00 2026-05-22T12:13:05+00:00

I am trying to get GIT to work fully in my beloved TakeCommand command-line

  • 0

I am trying to get GIT to work fully in my beloved TakeCommand command-line window on Windows 7.

I installed msysgit v.1.7.3, created my SSH keys and all, and in GIT Bash, everything works just fine and dandy.

But I always have my TakeCommand windows open anyway – so I really don’t want Yet Another Command Line Window just for GIT.

Most commands like git status, git add, git commit and so forth work just fine in TakeCommand – the only thing that doesn’t work is pull and push.

I have setup a ~/.ssh/config file that points to my company’s central repo, and in Git Bash, everything works just fine. But in TakeCommand, I get:

D:\myGitProject> git pull "origin" master:master

ssh: gerrit: no address associated with name
fatal: The remote end hung up unexpectedly

WTF?!?!? Same with git push – what’s going on here?? My SSH is set up, Git Bash works, the ~/.ssh/config file is there and accessible – I’m at a loss…..

Any brilliant ideas? I sure hope so!!

Update: for @Mark Longair – here’s my ~/.ssh/config file – slightly edited 🙂

Host gerrit
  Hostname git.mycompany.com
  Port 29418
  User myself
  IdentityFile ~/.ssh/gerrit_myself_rsa

I can ping git.mycompany.com, but I cannot ping gerrit. Any ideas? Should I add an entry for gerrit into my hosts file and point it to the same IP as the git server here??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T12:13:06+00:00Added an answer on May 22, 2026 at 12:13 pm

    To answer your question at the end, you could add gerrit to your hosts file, but that wouldn’t let you customize the port, and doesn’t help to understand the problem – specifying a nickname for the host in your SSH config should work!

    My suspicion is that the ~/.ssh/config file isn’t being read at all, possibly because SSH is looking in a different location for it. To test this, just try:

    ssh gerrit
    

    That should just produce the same error. Then, to get more information, try:

    ssh -v gerrit
    

    If it’s working successfully, the output should begin something like the following:

    OpenSSH_5.3p1 Debian-3ubuntu6, OpenSSL 0.9.8k 25 Mar 2009
    debug1: Reading configuration data /home/mark/.ssh/config
    debug1: Applying options for gerrit
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: Applying options for *
    debug1: Connecting to git.mycompany.com [192.168.0.2] port 22.
    [...]
    

    (That’s from Linux, but it should be similar from the OpenSSH client bundled with msysgit.) If you don’t see the “Reading configuration data [your config file]” line then that’s likely to be the problem.

    Can you successfully connect with:

     ssh myself@git.mycompany.com
    

    … incidentally?

    The other thing that I would check is what HOME is set to at the command prompt.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get a git commit email hook running using Git on Windows.
I was trying to get spork installed on my ROR application. Using Git, I
I am trying to get a git repository up and running and installed git
I've been trying to install Shoulda script/plugin install git://github.com/thoughtbot/shoulda.git but all I get is:
Trying to get this to work, with no luck: [DataMember] public Type ParameterType {
Trying to get a JSON output to work with jqGrid 'userdata' option. The example
I'm trying to set up a Windows-based web server, but do the development work
I'm trying to get my website under version control. I work directly on the
I'm trying to get started using git, but I'm having some troubles right away.
I'm using msys Git for source control on a Windows machine and I'm trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.