1
0
mirror of https://github.com/kolaente/Simple-Git-Deploy.git synced 2023-09-04 21:52:08 +00:00
Simple-Git-Deploy/Readme.md

16 lines
605 B
Markdown
Raw Normal View History

2017-04-28 19:19:58 +00:00
# Simple Git Deploy
# Troubleshooting
### Not Cloning - the script runs pretty fast but wont clone
Check the permissions of your keyfile. They should be 600, otherwise the ssh-agent will ignore the keyfile and won't clone.
```
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0664 for '/home/konrad/Schreibtisch/life-wob/life-deploy' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
```