Connect to git
-
wrote on 27 May 2020, 20:29 last edited by
Hi!
Me need connect to git, but in tools i haven't git. What me need to doing? -
Hi,
Install git.
-
wrote on 28 May 2020, 00:07 last edited by
gitter done!
-
wrote on 28 May 2020, 06:14 last edited by
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?
-
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?
wrote on 28 May 2020, 06:42 last edited by@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.
-
wrote on 28 May 2020, 06:59 last edited by
-
wrote on 28 May 2020, 07:09 last edited by
@Mikeeeeee
Did you bother to test what happens to me about that URL not being accessible, or did you choose to ignore it? -
wrote on 28 May 2020, 07:19 last edited by
I probably entered the wrong URL. What URL do I need?
-
wrote on 28 May 2020, 07:26 last edited by
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>
-
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
-
wrote on 28 May 2020, 07:34 last edited by Mikeeeeee
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? -
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. -
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?wrote on 28 May 2020, 07:47 last edited by@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. -
@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.
-
@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.
wrote on 28 May 2020, 07:50 last edited by JonB@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.
-
@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.
@JonB I don't have any idea. And as I wrote: I can't verify whether this URL is actually pointing to an existing project as I'm asked for log-in (but I don't have an account).
-
wrote on 28 May 2020, 08:04 last edited by
It is url this page https://bitbucket.org/Mihail_Sermiagko/testmd5/src
Do I need to show any more data?
-
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.
-
wrote on 28 May 2020, 08:05 last edited byThis post is deleted!
1/30