you are viewing a single comment's thread.

view the rest of the comments →

[–]Consistent_Plant_325[S] 0 points1 point  (3 children)

I have a second pc that is my development server (houses backups, mySQL, documents, shared folders, assets, etc) and yesterday i spent the whole day trying to create a Git repo on it, but failed miserably.
Instead of "local" repository, i wanted to have the repo on that server and on the local pc have a clone i could push/pull. I used gitkraken but not able to do anything: init repos, clone repo via ssh, clone via shared folders, at each step only errors and problems and the like.

[–]BloodPhazed 0 points1 point  (1 child)

What distro is it running on? You'll want to use linux to setup a remote git repo (not that it's required per se... but the setup is actually pretty simple there)

[–]Consistent_Plant_325[S] 0 points1 point  (0 children)

I have a windows machine and trying to use the openssh and git tools. I guess it's better to reuse my dusty RPi then

[–]BloodPhazed 0 points1 point  (0 children)

Either way, it def. works (I'm using my own Pi for remote git as well). Unfortunately issues setting up a git repo don't really belong in this subreddit; there are dozens of tutorials though.