Connect to git
-
Hi,
Install git.
-
gitter done!
-
I selected the project folder as the local storage, and connected the URL of the external storage "https://bitbucket.org/Mihail_Sermiagko/testmd5", but I can't fix the project. What am I doing wrong and how do I fix it?
-
@Mikeeeeee
Try opening that URL in your web browser. I getWe can't let you see this page
To access this page, you may need to log in with another account. You can also return to the previous page or go back to your dashboard.
Obviously there's no point you trying to use this if you haven't verified you have the necessary permission, is there?
-
You know that without exact information, it's just a guessing game. Save us the time and explain exactly what is happening, what exact error you are getting, what do you mean by "I can't fix it", etc.
-
I fixed files via bash, but I can't send them. I get this error. How do I set up the connection correctly?
fatal: No configured push destination. Either specify the URL from the command-line or configure a remote repository using git remote add <name> <url> and then push using the remote name git push <name>
-
@Mikeeeeee said in Connect to git:
How do I set up the connection correctly?
Doing what is suggested in the error message
-
I doing this:
git remote add "Mihail_Sermiagko" "https://bitbucket.org/Mihail_Sermiagko/testmd5/src"
and
git push --set-upstream testMd5 master
But i get error:
The authenticity of host 'bitbucket.org (18.234.32.157)' can't be established. RSA key fingerprint is SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A. Are you sure you want to continue connecting (yes/no/[fingerprint])? y Please type 'yes', 'no' or the fingerprint: yes Warning: Permanently added 'bitbucket.org,18.234.32.157' (RSA) to the list of known hosts. git@bitbucket.org: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Whot now me need doing?
How do I specify the account key? -
@Mikeeeeee Isn this your repository URL:
https://bitbucket.org/Mihail_Sermiagko/testmd5
?
Also, you probably need to set-up SSH public key authentication in your Bitbucket account. -
@Mikeeeeee said in Connect to git:
Please make sure you have the correct access rights
and the repository exists.How did you come up with the URL? Where did it say it is publicly available to you?
@jsulm
I showed earlier that URL gives a "permission denied" error for me. I do have a bitbucket account, and I do have SSH public key for BB for my account. -
@JonB I can access https://bitbucket.org/Mihail_Sermiagko/testmd5, but of course it asks for authentication. But I don't have a Bitbucket account to verify this is actually an existing project.
-
@jsulm
Hmm, isn't that strange!? How in the world can you be allowed to access that page if I am not, I don't get it!!?? I'd like to know the answer if you have any idea?Ah ha, I wonder if you do not! With no account it just asks you for authentication, and goes no further. I do have an account, and I have SSH enabled, so I do get past the initial challenge, and even with that I then get the failure. From which I conclude it is a private repo, which will require a particular authentication.
We can't let you see this page
To access this page, you may need to log in with another account. You can also return to the previous page or go back to your dashboard.
EDIT Further, I can access just https://bitbucket.org/Mihail_Sermiagko/. I can get as far as https://bitbucket.org/Mihail_Sermiagko/workspace/projects/. There is some
testMd5
there, it has aKey
ofTES
whatever that means, that takes me to https://bitbucket.org/Mihail_Sermiagko/workspace/projects/TES, but seems to be empty.Is the OP using some URL for a project which no longer exists? I asked him where he got the URL from, but he often does not reply to suggestions. Over & out.
-
It is url this page https://bitbucket.org/Mihail_Sermiagko/testmd5/src
Do I need to show any more data?
-
@Mikeeeeee So, do the step 2.