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
Getting an Error: no DISPLAY environment variable specified when trying to fork all required repos using a VM
by running (reana) $ eval "$(reana-dev git-fork -c ALL -b firefox)" (source)
Tried to solve it by configuring X11 forwarding but got errors like "Error: cannot open display: localhost:0.0".
Solved it by mannualy forking all repos.
It would be useful to provide that functionality without the need of a display, maybe through GitHub API.
The text was updated successfully, but these errors were encountered:
Getting an
Error: no DISPLAY environment variable specified
when trying to fork all required repos using a VMby running
(reana) $ eval "$(reana-dev git-fork -c ALL -b firefox)"
(source)Tried to solve it by configuring X11 forwarding but got errors like "Error: cannot open display: localhost:0.0".
Solved it by mannualy forking all repos.
It would be useful to provide that functionality without the need of a display, maybe through GitHub API.
The text was updated successfully, but these errors were encountered: