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 8069489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T13:04:03+00:00 2026-06-05T13:04:03+00:00

Things such as Github, Bitbucket, DropBox — manages the content-hosting such as tickets and

  • 0

Things such as Github, Bitbucket, DropBox — manages the content-hosting such as tickets and repo -hosting (DB not tickets but can be used to store repos). I want a solution where I manage myself the content-hosting of thing such as Git -repositories and tickets.

Trial 0: trying to tune Git, too time-consuming

I followed the instructions
here
but some difficulties then I followed a lot of other tutorials with
much more difficulties. I got cloning with "git clone --bare xxx
xxx.git; cd xxx; git update-server-info"
working but unable to push
things with "--shared", got fed up to this kind of manual hacks.
There is too much material, too much irrelevant material and too much
outdated material.

I repeat I want to do the content-hosting myself. So how can I host my git repos?

Perhaps related

  1. Git repository server I can host locally

  2. Recommendation for code hosting of personal projects

  • 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-05T13:04:05+00:00Added an answer on June 5, 2026 at 1:04 pm

    If you’re running a Linux server an option is to use Git + SSH.

    On The Server

    1. Create a user account called git which has permissions over your main git project directory. This is useful for allowing all collaborators to push on shared projects.

    2. Add the RSA public key for each of your client machines to the authorized_keys file on the server. (You can generate a private-public key pair using ssh-keygen -t rsa -b 4096 on most Linux distributions.)

    3. Create a new bare repository for your project as the git user. git init myproject --bare

    On the Client

    1. Turn on private key authentication by enabling the IdentifyFile in your ssh_config.

    2. Clone the bare repository. git clone git@<server>:/var/git/myproject

    3. Make your changes.

    4. Commit the changes and push them back to the remote repo. git push origin master

    If you need more specific instructions (such as the exact commands to create a user account) checkout the official Pro Git book.

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

Sidebar

Related Questions

I don't honestly know if such thing exists or not, but I tried to
In MATLAB one can change the font name of things such as ylabel ,
I'm just starting with CodeIgniter, and I am not sure where things such as
I know that some will reply things such as <LineBreak/> this is not what
I am writing a prototype application. Right now some things fail such as inserting
I just downloaded ASP.NET along with some other things(SP1 and such) Total: 9XX MB.
I have a list containing version strings, such as things: versions_list = [1.1.2, 1.0.0,
Some things in Scala seems opaque to me such as the following when to
I've seen lots of ways to label things in a form such as <label>
I've got quite a few SQL statements like such: SELECT foo FROM things WHERE

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.