Skip to content

Instantly share code, notes, and snippets.

@Arxcis
Created September 18, 2018 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arxcis/b28f3c8363ca9051db37617aa0c0719a to your computer and use it in GitHub Desktop.
Save Arxcis/b28f3c8363ca9051db37617aa0c0719a to your computer and use it in GitHub Desktop.
install with feature/prompt-with-affordance
jonasjso in ~/git/technocake/goto on master
$ git fetch origin feature/prompt-with-affordance
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 4 (delta 2), reused 4 (delta 2), pack-reused 0
Unpacking objects: 100% (4/4), done.
From github.com:technocake/goto
* branch feature/prompt-with-affordance -> FETCH_HEAD
* [new branch] feature/prompt-with-affordance -> origin/feature/prompt-with-affordance
jonasjso in ~/git/technocake/goto on master
$ git checkout feature/prompt-with-affordance
Branch 'feature/prompt-with-affordance' set up to track remote branch 'feature/prompt-with-affordance' from 'origin'.
Switched to a new branch 'feature/prompt-with-affordance'
jonasjso in ~/git/technocake/goto on feature/prompt-with-affordance
$ ./install.sh
Step 1: Installing goto into /usr/local/opt/goto
cp: /usr/local/opt/goto/./.git/objects/pack/pack-5cf49997441756e6fb3b2691f6f0ed33fe2efc99.idx: Permission denied
cp: /usr/local/opt/goto/./.git/objects/pack/pack-5cf49997441756e6fb3b2691f6f0ed33fe2efc99.pack: Permission denied
ERROR: Installation step failed with exit code 1
jonasjso in ~/git/technocake/goto on feature/prompt-with-affordance
$ ./uninstall.sh
remove the line: source start_goto from your bash config file
(most likely .bash_profile or .bashrc in your home folder)
Also, your data in ~/.goto is not deleted
jonasjso in ~/git/technocake/goto on feature/prompt-with-affordance
$ ./install.sh
Step 1: Installing goto into /usr/local/opt/goto
Step 2: Adding symlinks to /usr/local/bin
Step 3: Setting up magic data folder in /Users/jonasjso/.goto
Next step is required to make goto work:
Add goto startup script to .bash_profile? [y|n]: y
active project is now: goto
active project is now: goto
Ah hoy!
- You already have a magic word named code,
it points to: /usr/local/opt/goto
If you want to override it use:
goto update code /usr/local/opt/goto
Added magic word code
Ah hoy!
- You already have a magic word named goto,
it points to: https://github.com/technocake/goto
If you want to override it use:
goto update goto https://github.com/technocake/goto
Added magic word goto
Ah hoy!
- You already have a magic word named github,
it points to: https://github.com/technocake/goto
If you want to override it use:
goto update github https://github.com/technocake/goto
Added magic word github
Installation Succesful!
jonasjso in ~/git/technocake/goto on feature/prompt-with-affordance
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment