logoalt Hacker News

InitialPhase55today at 2:43 PM2 repliesview on HN

Might be more difficult for people with private repos, as I recall Codeberg doesn't like private repos on their platform.


Replies

xeeeeeeeeeeenutoday at 2:55 PM

If you have a server, some cheap VPS will suffice, you can host a private git repo there without installing anything. Run this on your server:

     git init --bare foo.git
and then on your PC you can do this:

    git clone [email protected]:~/foo.git
It's probably a good idea to make a separate user account on the server for it, though.
show 1 reply
systemstoday at 2:49 PM

I just noticed this, they dont allow private repos (with few exceptions)

I wonder why they dont just offer unlimited private repos for (reasonably) paid accounts , I think maybe a 40 dollar per year (or 4 dollar monthly), is low and encouraging , and should be welcomed by many , I hope they consider it

show 1 reply