Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitkraken having no permission create folder on Linux

I am trying to clone a remote repo with Gitkraken on Linux. The action failed due to having no permission to create new folder, though I was logged in as Admin. Can someone please help?

like image 738
CaTx Avatar asked Oct 13 '17 20:10

CaTx


1 Answers

Gitkraken runs as your user, make sure it has write permissions to the directory that will hold your repo.

sudo chown -R {username} /path/to/repo/
like image 79
Adrian van der Wal Avatar answered Oct 14 '22 15:10

Adrian van der Wal