We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hs pull might fail because the initial ansible script was running as root user.
hs pull
root
Error:
$ hs pull pull dotfiles pull homeshick error Unable to pull /home/chaudhary/.homesick/repos/homeshick. Git says: error: cannot open .git/FETCH_HEAD: Permission denied
hs pull should work properly
sudo chown -R ${USER}:${USER} ~/.homesick/repos/homeshick/.git/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hs pull
might fail because the initial ansible script was running asroot
user.What is happening?
Error:
Expected behavior
hs pull
should work properlyWorkaround
The text was updated successfully, but these errors were encountered: