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
Apologies in advance if there is a specific structure on how these issues are supposed to be created, if i am missing any information that would be useful or if this is supposed to be opened as a discussion instead. Please let me know if any of the above needs changing and will adjust accordingly.
Some possibly useful information:
Docker version: 24.0.5
OS: Ubuntu 22.04.3
So the issue at hand is I'm trying to build the docker instance for this with the following command:
docker build -t 'xdc-poschain' .
This failed on line of the Dockefile: RUN cd /XDPoSChain && make XDC
I believe looking at the stacktrace, the offending lines are:
55.72 go: github.com/olumuyiwadad/[email protected]: git fetch -f https://github.com/olumuyiwadad/XDPoSChain refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /go/pkg/mod/cache/vcs/600349f54fcb7d5d0f8522c55555d3957beee8378a1c4a3231fb3385f50c9fe3: exit status 128:
55.72 fatal: could not read Username for 'https://github.com': terminal prompts disabled
Looking at this, the link does appear to be incorrect as when looking up the link, you are hit with a 404 whereas the other packages here seem to appear.
Has this package been moved and if so, is this file supposed to be updated.
Apologies in advance if there is a specific structure on how these issues are supposed to be created, if i am missing any information that would be useful or if this is supposed to be opened as a discussion instead. Please let me know if any of the above needs changing and will adjust accordingly.
Some possibly useful information:
Docker version: 24.0.5
OS: Ubuntu 22.04.3
So the issue at hand is I'm trying to build the docker instance for this with the following command:
docker build -t 'xdc-poschain' .
This failed on line of the Dockefile:
RUN cd /XDPoSChain && make XDC
I believe looking at the stacktrace, the offending lines are:
Looking at this, the link does appear to be incorrect as when looking up the link, you are hit with a 404 whereas the other packages here seem to appear.
Has this package been moved and if so, is this file supposed to be updated.
Or am I doing something fundamentally wrong here?
The fill stacktrace is the following:
The text was updated successfully, but these errors were encountered: