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

  • SEARCH
  • Home
  • 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 8591749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:35:38+00:00 2026-06-11T23:35:38+00:00

I am trying to get an git server repository running. I did install gitolite

  • 0

I am trying to get an git server repository running.
I did install gitolite

when running git info over ssh the server answers

ssh git@myserver info

hello Brian, this is git@hepide01pep1 running gitolite3  on git 1.6.3.2
R W   testing

When trying to clone the gitolite-admin repository I get the following error

git clone git@myserver:gitolite-admin

Cloning into 'gitolite-admin'...
FATAL: R any gitolite-admin Brian DENIED by fallthru
(or you mis-spelled the reponame)
fatal: The remote end hung up unexpectedly

Same thing happens with this syntax

git clone ssh://git@myserver/gitolite-admin 
Cloning into 'gitolite-admin'...
FATAL: R any gitolite-admin Brian DENIED by fallthru
(or you mis-spelled the reponame)
fatal: The remote end hung up unexpectedly

Cann anybody give me some useful hints? I checked the Answers here and on the web but didn’t find anything that helped me any further.

  • 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-06-11T23:35:39+00:00Added an answer on June 11, 2026 at 11:35 pm

    gitolite-admin is only accessible with the public key named after the git account used for the gitolite server.

    You are using by default your brian.pub, which only gives you access to testing.git repo.

    you need to define a $HOME/.ssh/config file on your local workstation, in order to record ssh parameters to use the right key.
    See “gitolite: can connect via ssh, can’t clone“.

    ~/.ssh/gitolite.pub
    ~/.ssh/gitolite
    

    Then I define a config file: ~/.ssh/config with in it:

    host gitolite
         user git # replace it by the actual git user for the gitolite server
         hostname server.com
         identityfile ~/.ssh/gitolite
    

    The clone will work:

    git clone gitolite:gitolite-admin
    

    The OP macbert confirms:

    I did rename the key to git.pub, ran gitolite setup -pk git.pub and removed the old brian key from the .gitolite/keydir.
    After that I got git clone git@myserver:gitolite-admin:

    Cloning into 'gitolite-admin'... 
    remote: Counting objects: 15, done. 
    remote: Compressing objects: 100% (12/12), done. 
    remote: Total 15 (delta 0), reused 0 (delta 0) 
    Receiving objects: 100% (15/15), done.
    

    So with the right default key, a ssh git@myserver info should this time display the right access for gitolite-admin repo in the ‘hello’ message.

    • 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 git up running on a Windows server. I have installed
I am trying to get a git repository up and running and installed git
I'm trying to get up and running with git. I have set up a
I'm trying to access a private remote SSH git repository via the Eclipse 'egit'
I am using GIT on my server and I am trying to get a
When trying to clone ANY repository via https from github, we get: git clone
I've setup a git repository one a remote server. Now I'm trying to checkout
I have been trying to install Git on my web server. When i try
I'm trying to install gitolite on my ubuntu server machine. still, there're lots of
I'm trying to use a remote Git repository that only provides access over HTTPS

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.