AndreyPavlenko / aceproxy

Ace Stream HTTP Proxy
MIT License
62 stars 25 forks source link

How to pull new changes from git? #30

Closed sei4eto closed 6 years ago

sei4eto commented 6 years ago

Hello! It is a dummy question but I'd like to ask how can I pull new changes from git to my computer? I used "git pull command" but it returns error "you need to stash you changes torrenttv plugin". I did quick search but cannot find any useful information. I tried to remove torrenttv plugin and then execute git pull. Aceproxy was successfully update but when I tried to start it from acehttp it dosn't start. Thank you!

AndreyPavlenko commented 6 years ago

Use rm -rf + git clone unless you know how to stash and restore. Hope this helps - https://git-scm.com/book/en/v2