mirror of https://github.com/ansible/ansible.git
Prevent permission denied when cloning
Without read permission to the current working directory, git-clone will fail: root@host:~$ sudo -u git -H git clone \ git://github.com/ansible/ansible.git /home/git/ansible fatal: Could not change back to '/root': Permission denied This commit ensures that the working directory is changed to the parent-folder of the destination before doing the clone.reviewable/pr18780/r1
parent
3a003c2430
commit
2db7cc3314
Loading…
Reference in New Issue