git-s3
git-s3 copied to clipboard
[Exception] Invalid path
After following the prompts from git-s3 config, I get an error that says: [Exception] Invalid path
Have you encountered this issue before?
I found two situations can cause the exception:
- First, don't quote your path like
'./src' - Second, don't set the path from root like
/src
Correctly, you should set the path like ./src or src.
I put screenshots below, I hope it could help you.
"Enter the path (relative or absolute) where your repo lives:" is referring to local repo path or github url?
It's local repo path.