git-s3 icon indicating copy to clipboard operation
git-s3 copied to clipboard

[Exception] Invalid path

Open topspinj opened this issue 8 years ago • 3 comments

After following the prompts from git-s3 config, I get an error that says: [Exception] Invalid path

Have you encountered this issue before?

topspinj avatar Dec 21 '16 22:12 topspinj

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.

screen shot 2017-03-03 17 25 14 screen shot 2017-03-03 17 25 26 screen shot 2017-03-03 17 25 38

ggtmtmgg avatar Mar 03 '17 08:03 ggtmtmgg

"Enter the path (relative or absolute) where your repo lives:" is referring to local repo path or github url?

richardxin avatar Jul 19 '17 00:07 richardxin

It's local repo path.

ggtmtmgg avatar Jul 19 '17 06:07 ggtmtmgg