mirror of
https://github.com/AnanthVivekanand/spotify-adblock.git
synced 2026-04-26 21:15:53 +03:00
[GH-ISSUE #1] Unable to run git clone #155
Labels
No labels
cannot reproduce
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-adblock#155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tyli1 on GitHub (Feb 22, 2020).
Original GitHub issue: https://github.com/AnanthVivekanand/spotify-adblock/issues/1
When I try to run git clone https://AnanthVivekanand/spotify-adblock-macos.git && cd spotify-adblock-macos, terminal spits out
Cloning into 'spotify-adblock-macos'...
fatal: unable to access 'https://AnanthVivekanand/spotify-adblock-macos.git/': Could not resolve host: AnanthVivekanand
Unsure of how to proceed.
@P0SlX commented on GitHub (Feb 22, 2020):
If you want, you can just download the zip file if you just want to use it, make sure tu have node installed
$ brew install node@tyli1 commented on GitHub (Feb 22, 2020):
Thanks for the quick reply! I have installed node and downloaded the zip file. Now what? What do I open in the zip file? Do I need to change the proxy and still run the commands? Sorry for the questions. Would love to try your program but not sure how to start it.
Thanks again!
@AnanthVivekanand commented on GitHub (Feb 22, 2020):
Ah I see, the git clone command had a typo. I’ll fix that in a commit to the README soon.
Extract the zip and cd into the folder. Then run
node index.jsto start the proxy. Then update the proxy settings on Spotify.I’ll fix the git clone command and add more detailed instructions in a commit later.
@tyli1 commented on GitHub (Feb 22, 2020):
Great! I got the proxy running but now songs are not playing in spotify. I believe I have followed all your instructions. Is there anything I can be doing wrong?
@AnanthVivekanand commented on GitHub (Feb 22, 2020):
Hmm, you might need to install the npm dependencies: run
npm i http-proxy micromatchand then try running thenode index.jsagain.@tyli1 commented on GitHub (Feb 22, 2020):
Still not working. But thanks for trying!