Hello,
I am trying to push my Codesys project to Bitbucket but I keep getting the error:
"The server request failed and returned a HTTP error codes 404: Not Found"
But if I paste the remote URL in a web browser, it works.
I am probably missing something in Codesys. Could it be the credentials? I cannot figure out where to put my credentials.
Thank you.
Are you using the git clone URL or the project URL?
It should start with https:// and end in .git
You are right. I was missing the .git at the end. It now works. Thank you
Log in to post a comment.
Hello,
I am trying to push my Codesys project to Bitbucket but I keep getting the error:
"The server request failed and returned a HTTP error codes 404: Not Found"
But if I paste the remote URL in a web browser, it works.
I am probably missing something in Codesys. Could it be the credentials? I cannot figure out where to put my credentials.
Thank you.
Are you using the git clone URL or the project URL?
It should start with https:// and end in .git
You are right.
I was missing the .git at the end.
It now works.
Thank you