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
I feel like a noob here but I am wondering what is that I am missing:
If I run:
export GIT_REPOS_ROOT="~/repositorios_git/" mkdir ${GIT_REPOS_ROOT} chmod 711 ${GIT_REPOS_ROOT}
I get chmomkdir: cannot create directory~/repositorios_git/': No such file or directory`
chmomkdir: cannot create directory
But if i change it to:
export GIT_REPOS_ROOT=~/private_repos/ mkdir ${GIT_REPOS_ROOT} chmod 711 ${GIT_REPOS_ROOT}
It works fine.
Are we suppose to take the quotation marks or is it that I am using a differnt bash? Je n comprendo pa.
Thank you for the help : ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I feel like a noob here but I am wondering what is that I am missing:
If I run:
I get
chmomkdir: cannot create directory
~/repositorios_git/': No such file or directory`But if i change it to:
It works fine.
Are we suppose to take the quotation marks or is it that I am using a differnt bash?
Je n comprendo pa.
Thank you for the help : ]
The text was updated successfully, but these errors were encountered: