Issue
This Content is from Stack Overflow. Question asked by Artier
I am using windows bash I have pull.sh
File pull .sh
cd D:\New folder (8)
git pull
I am run command PS D:> bash pull.sh
but it give me error even directory exists it adding r in path which I have not given
pull.sh: line 1: cd: $’D:New folder (8)r’: No such file or directory
Solution
This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.
This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.