All Questions
Tagged with git raspberry-pi
7 questions
0
votes
1
answer
244
views
Conversion of Debian "source package" for use on GitHub
Perhaps a dumb question, but I am new at this - so please bear with me.
Here is a brief description of the situation:
I recently learned of a significant, long-standing bug in dhcpcd - the default ...
1
vote
1
answer
741
views
I am trying to execute a script that pushes to git every x minutes as a service, but git uses 100% CPU and high amounts of RAM
I am trying to execute a script that pushes to git every x minutes as a service, but git uses 100% CPU and high amounts of RAM while seemingly doing nothing. (I checked after 8 minutes and it was ...
6
votes
1
answer
4k
views
Git Client with UI on a Debian system
I known using git on the command line is the preferred method by a lot of Linux users.
But has somebody have successfully installed and used a Git Client with GUI on Debian Based System? (to be ...
3
votes
2
answers
5k
views
Crontab shell script git pull and forever start
I'm trying to set up a Raspberry Pi to check a repo on startup and then fire up a node script with forever.
I got the second part working, but I tried a dozen git commands with no success.
Here is ...
3
votes
2
answers
721
views
mount a NAS network share, but let the NAS sleep
I have a NAS (WD MyCloud) which has by default NFS/SMB access enabled. I also have a raspberry pi, that I would like to use as a git server that is addressable over internet using a SSH connection. ...
12
votes
1
answer
34k
views
How to setup a RAID system using USB sticks as storage media
I want to create an inexpensive self-hosted private git server with redundant storage. To that end I have bought a Raspberry Pi and configured both git and ssh on the Pi. I can access the Pi both from ...
0
votes
0
answers
2k
views
Permission Denied (PublicKey,keyboard-interactive) linux raspberry pi
I know there are a ton of questions on this.
I have read almost all of them.
I have also googled this problem to no avail
I attempted to
git clone [email protected]:myhubname.git
and I get
...