transistor1 / shellista

shellista - iOS shell written for Pythonista
https://omz-forums.appspot.com/pythonista/post/5302343285342208
78 stars 18 forks source link

Error installing plugins with tags #27

Open briarfox opened 10 years ago

briarfox commented 10 years ago

I tagged a release on the ssh module. When I do a plugin install ssh I get

Error: refs/tags/v1.0.1^{}
Successfully installed ssh
briarfox commented 10 years ago

I removed the tag from github and ssh installs fine. I'm guessing it's an issue with gittle cloning the refs/tags.

transistor1 commented 10 years ago

Will check this out. Interesting that it sees the tags though, maybe not a bad thing.

briarfox commented 10 years ago

@transistor1 it appears to happen when the -m flag is present in a tag. Without the -m the plugin installs fine.

transistor1 commented 10 years ago

I haven't been able to reproduce this so far. I tried a couple times with shellista-editor, then thought that maybe I needed a more complex repo so I forked shellista-ssh... Added a couple tags in my fork & pointed plugin_urls.txt to that, no luck. Any ideas?

briarfox commented 10 years ago

@transistor1 are you creating the tag with git tag -a vx.x.x -m "this causes a problem for me"

transistor1 commented 10 years ago

No I just created a release from the guthub interface and added a message. I didnt try from command line - will try that

Sent from my phone On Jul 17, 2014 10:30 AM, "Chouser" notifications@github.com wrote:

@transistor1 https://github.com/transistor1 are you creating the tag with git tag -a vx.x.x -m "this causes a problem for me"

— Reply to this email directly or view it on GitHub https://github.com/transistor1/shellista/issues/27#issuecomment-49314195 .

transistor1 commented 10 years ago

Sorry for not responding - have not had time to look at this stuff over the last few days. I still want to get this branch moved into master if we can so people can start to take advantage of the new structure & write their own add-ins

jsbain commented 10 years ago

Briarfox, can you create a fork that exhibits the problem?