You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When gh edu is cloned from gh-cli-for-education/gh-edu and later we install it locally with
gh extension install .
so that a symbolic link referencing the development folder (mine is /Users/casianorodriguezleon/campus-virtual/2122/tfg2122/tfg-cristo-garcia-gonzalez-alu0101204512/gh-edu) is created in ~/.local/share/gh/extensions.
Next, we install the view plugin:
gh edu install view
I have seen it is cloned in the folder ~/.local/share/gh/extensions/gh-edu-view and not in /Users/casianorodriguezleon/campus-virtual/2122/tfg2122/tfg-cristo-garcia-gonzalez-alu0101204512/gh-edu-view
In such conditions, when I try to run the plugin, gh edu is not able to locate it and fails.
However, when installed in production mode gh extension install gh-cli-for-education/gh-eduworks fine.
The text was updated successfully, but these errors were encountered:
When gh edu is cloned from
gh-cli-for-education/gh-edu
and later we install it locally withso that a symbolic link referencing the development folder (mine is
/Users/casianorodriguezleon/campus-virtual/2122/tfg2122/tfg-cristo-garcia-gonzalez-alu0101204512/gh-edu
) is created in~/.local/share/gh/extensions
.Next, we install the
view
plugin:I have seen it is cloned in the folder
~/.local/share/gh/extensions/gh-edu-view
and not in/Users/casianorodriguezleon/campus-virtual/2122/tfg2122/tfg-cristo-garcia-gonzalez-alu0101204512/gh-edu-view
In such conditions, when I try to run the plugin,
gh edu
is not able to locate it and fails.However, when installed in production mode
gh extension install gh-cli-for-education/gh-edu
works fine.The text was updated successfully, but these errors were encountered: