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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:31:58+00:00 2026-05-29T16:31:58+00:00

Im all aware about services like github and such which provide a really nice

  • 0

Im all aware about services like github and such which provide a really nice system for everything. But what I want to know is, can I use my own webserver?

The server is not owned by me, im in a shared host. So this is not my own box I can make modifications to.

I dont need a fancy front end, I dont need any extra mumbo-jumbo, quite simply I just want to be able to clone and push to a bare git repo on this webserver.

What ive tried so far, is initializing a bare repo on my local drives, cloning it somewhere else, and comitting a blank readme, then pushing that to the “remote” repo.
I think made a 755 directory on my server called “git” and then uploaded the bare git repo (in this case its a folder called test.git) to this directory. so the directory is
/git/test.git

However when I attempt to even just clone this, i get

Cloning into test… error: The requested URL returned error: 500
while accessing http://blackjaguarstudios.com/git/test.git/info/refs

fatal: HTTP request failed

So there’s obviously something im not doing, question is, is it even possible?

I don’t care about security really, im just looking for a tad more privacy than paying for github private repos for slightly more sensitive stuff, but nothing earth shattering if someone found them :p

  • 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-29T16:32:00+00:00Added an answer on May 29, 2026 at 4:32 pm

    Yes, this is absolutely possible. Serving that via HTTP is relatively complex, and you didn’t mention anything about how you configured your web server to serve the /git path, so can’t specifically advise on that. You probably want to do something akin to http://progit.org/2010/03/04/smart-http.html if you do want to serve by HTTP though.

    On the other hand, the easy way to do this is to use a SSH remote:

    git remote add me-at-example user@example.com:/git/test.git
    

    That will give you full read/write access over the SSH connection, and allow you to push and pull to that remote safely. No server, and no credentials needed beyond what you already use to log in via SSH.

    The one thing to remember is that git changes files with the ownership of whoever you SSH in as – so, if you want more than one person modifying that repository, have them connect as one user, or make sure their groups and umasks are right.

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

Sidebar

Related Questions

I think we're all aware of what "your company's line-of-business software" looks like. (source:
I want to discover all xml files that my ClassLoader is aware of using
I am aware that System.Threading.Timer exists, but I already have a Thread. This thread
Note: I'm aware about the disadvantages of using BinaryFormatter in large files. But this
I'm really new to ASP.Net Mvc, but not new to Asp.Net. I was aware
All reservations about unsecuring your SecureString by creating a System.String out of it aside
I am not much aware about the details as to which web servers support
first of all, I want to assure that I'm aware of the fact, that
I'm sure you're all aware of loading files like jquery off google. I'm trying
Now I'm sure we're all well aware of the relative merits of Linux vs

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.