You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, installation of twgit copy all files in user tree (in filesystem)
So, files and folders have rights only for this user.
So, we are unable to write in files like .lastupdate for other users
To fix that, I propose to create a .twgit folder in user home (/home/ltoussaint/.twgit)
and to move files which need write rights (like .lastupdate, .features_subject, .history.log and .history.error) to this folder.
Example :
>cd /usr/share
> sudo git clone git://github.com/Twenga/twgit.git
> twgit
/usr/share/twgit_dev/twgit: line 72: /usr/share/twgit_dev/.history.error: Permission denied
tee: /usr/share/twgit_dev/.history.error: Permission denied
/usr/share/twgit_dev/twgit: line 80: /usr/share/twgit_dev/.history.log: Permission denied
tee: /usr/share/twgit_dev/.history.log: Permission denied
touch: cannot touch `/usr/share/twgit_dev/.lastupdate': Permission denieddate: /usr/share/twgit_dev/.lastupdate: No such file or directory
The text was updated successfully, but these errors were encountered:
Actually, installation of twgit copy all files in user tree (in filesystem)
So, files and folders have rights only for this user.
So, we are unable to write in files like .lastupdate for other users
To fix that, I propose to create a .twgit folder in user home (/home/ltoussaint/.twgit)
and to move files which need write rights (like .lastupdate, .features_subject, .history.log and .history.error) to this folder.
Example :
The text was updated successfully, but these errors were encountered: