go-remote is not downloading modules but goget.html












0















I got 404 error when I go get through Artifactory remote repo.



$ go get -v github.com/pkg/errors
go get github.com/pkg/errors: unexpected status (http://myartifactory:8081/artifactory/api/go/go/github.com/pkg/errors/@v/list): 404 Not Found


What I have:




  • go v1.11

  • artifactory v6.5.9

  • GO111MODULE=on and GOPROXY=${ARTIFACTORY_URL}


What I found in the Artifactory remote repo is a goget.html showing a Github page. It seems Artifactory is unable to clone the remote repo from Github but just saved an irrelevant html page. May I ask what's possible reason cause this problem? Thanks in advance.










share|improve this question

























  • What is go-remote?

    – Flimzy
    Dec 7 '18 at 6:55











  • it's a remote repo for Go in artifactory. A virtual Go repo composed of local Go repo and a remote Go repo.

    – user3273383
    Dec 11 '18 at 9:05











  • @user3273383 please look at the following JFrog knowledge base article - jfrog.com/knowledge-base/…

    – Dror Bereznitsky
    Jan 1 at 16:04











  • Thank you @user3273383. I read the same article. In fact, this error happens on some projects with go.mod.

    – user3273383
    Jan 3 at 3:45











  • @user3273383 we will open a Jira issue and handle this issue as soon as possible. If you have any further info which will help reproducing it please share it.

    – Dror Bereznitsky
    Jan 7 at 14:48
















0















I got 404 error when I go get through Artifactory remote repo.



$ go get -v github.com/pkg/errors
go get github.com/pkg/errors: unexpected status (http://myartifactory:8081/artifactory/api/go/go/github.com/pkg/errors/@v/list): 404 Not Found


What I have:




  • go v1.11

  • artifactory v6.5.9

  • GO111MODULE=on and GOPROXY=${ARTIFACTORY_URL}


What I found in the Artifactory remote repo is a goget.html showing a Github page. It seems Artifactory is unable to clone the remote repo from Github but just saved an irrelevant html page. May I ask what's possible reason cause this problem? Thanks in advance.










share|improve this question

























  • What is go-remote?

    – Flimzy
    Dec 7 '18 at 6:55











  • it's a remote repo for Go in artifactory. A virtual Go repo composed of local Go repo and a remote Go repo.

    – user3273383
    Dec 11 '18 at 9:05











  • @user3273383 please look at the following JFrog knowledge base article - jfrog.com/knowledge-base/…

    – Dror Bereznitsky
    Jan 1 at 16:04











  • Thank you @user3273383. I read the same article. In fact, this error happens on some projects with go.mod.

    – user3273383
    Jan 3 at 3:45











  • @user3273383 we will open a Jira issue and handle this issue as soon as possible. If you have any further info which will help reproducing it please share it.

    – Dror Bereznitsky
    Jan 7 at 14:48














0












0








0








I got 404 error when I go get through Artifactory remote repo.



$ go get -v github.com/pkg/errors
go get github.com/pkg/errors: unexpected status (http://myartifactory:8081/artifactory/api/go/go/github.com/pkg/errors/@v/list): 404 Not Found


What I have:




  • go v1.11

  • artifactory v6.5.9

  • GO111MODULE=on and GOPROXY=${ARTIFACTORY_URL}


What I found in the Artifactory remote repo is a goget.html showing a Github page. It seems Artifactory is unable to clone the remote repo from Github but just saved an irrelevant html page. May I ask what's possible reason cause this problem? Thanks in advance.










share|improve this question
















I got 404 error when I go get through Artifactory remote repo.



$ go get -v github.com/pkg/errors
go get github.com/pkg/errors: unexpected status (http://myartifactory:8081/artifactory/api/go/go/github.com/pkg/errors/@v/list): 404 Not Found


What I have:




  • go v1.11

  • artifactory v6.5.9

  • GO111MODULE=on and GOPROXY=${ARTIFACTORY_URL}


What I found in the Artifactory remote repo is a goget.html showing a Github page. It seems Artifactory is unable to clone the remote repo from Github but just saved an irrelevant html page. May I ask what's possible reason cause this problem? Thanks in advance.







go artifactory






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 1 at 15:46









Dror Bereznitsky

16.5k33849




16.5k33849










asked Dec 7 '18 at 6:33









user3273383user3273383

141




141













  • What is go-remote?

    – Flimzy
    Dec 7 '18 at 6:55











  • it's a remote repo for Go in artifactory. A virtual Go repo composed of local Go repo and a remote Go repo.

    – user3273383
    Dec 11 '18 at 9:05











  • @user3273383 please look at the following JFrog knowledge base article - jfrog.com/knowledge-base/…

    – Dror Bereznitsky
    Jan 1 at 16:04











  • Thank you @user3273383. I read the same article. In fact, this error happens on some projects with go.mod.

    – user3273383
    Jan 3 at 3:45











  • @user3273383 we will open a Jira issue and handle this issue as soon as possible. If you have any further info which will help reproducing it please share it.

    – Dror Bereznitsky
    Jan 7 at 14:48



















  • What is go-remote?

    – Flimzy
    Dec 7 '18 at 6:55











  • it's a remote repo for Go in artifactory. A virtual Go repo composed of local Go repo and a remote Go repo.

    – user3273383
    Dec 11 '18 at 9:05











  • @user3273383 please look at the following JFrog knowledge base article - jfrog.com/knowledge-base/…

    – Dror Bereznitsky
    Jan 1 at 16:04











  • Thank you @user3273383. I read the same article. In fact, this error happens on some projects with go.mod.

    – user3273383
    Jan 3 at 3:45











  • @user3273383 we will open a Jira issue and handle this issue as soon as possible. If you have any further info which will help reproducing it please share it.

    – Dror Bereznitsky
    Jan 7 at 14:48

















What is go-remote?

– Flimzy
Dec 7 '18 at 6:55





What is go-remote?

– Flimzy
Dec 7 '18 at 6:55













it's a remote repo for Go in artifactory. A virtual Go repo composed of local Go repo and a remote Go repo.

– user3273383
Dec 11 '18 at 9:05





it's a remote repo for Go in artifactory. A virtual Go repo composed of local Go repo and a remote Go repo.

– user3273383
Dec 11 '18 at 9:05













@user3273383 please look at the following JFrog knowledge base article - jfrog.com/knowledge-base/…

– Dror Bereznitsky
Jan 1 at 16:04





@user3273383 please look at the following JFrog knowledge base article - jfrog.com/knowledge-base/…

– Dror Bereznitsky
Jan 1 at 16:04













Thank you @user3273383. I read the same article. In fact, this error happens on some projects with go.mod.

– user3273383
Jan 3 at 3:45





Thank you @user3273383. I read the same article. In fact, this error happens on some projects with go.mod.

– user3273383
Jan 3 at 3:45













@user3273383 we will open a Jira issue and handle this issue as soon as possible. If you have any further info which will help reproducing it please share it.

– Dror Bereznitsky
Jan 7 at 14:48





@user3273383 we will open a Jira issue and handle this issue as soon as possible. If you have any further info which will help reproducing it please share it.

– Dror Bereznitsky
Jan 7 at 14:48












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53664435%2fgo-remote-is-not-downloading-modules-but-goget-html%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53664435%2fgo-remote-is-not-downloading-modules-but-goget-html%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Monofisismo

Angular Downloading a file using contenturl with Basic Authentication

Olmecas