Unable to "Import From GIT" in MCUxpresso - "Login not authorized"

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Unable to "Import From GIT" in MCUxpresso - "Login not authorized"

ソリューションへジャンプ
3,124件の閲覧回数
BetoGreen
Contributor III

I am having problems with Git  login when  Importing Projects from GIT , any help appreciated.

It worked 6 months ago with v11.2.. and for a year before that....

I can login fine with firefox and download my project.

What I tried:

>Updated Mcuxpresso to Win7 - MCUXpresso IDE v11.4.1 [Build 6260] [2021-09-15])

>Updated egit as per https://download.eclipse.org/egit/updates/

>cleared security in mcuxpresso

Preference > General > Security > Secure Storage > Contents > Delete.

> Opened all ports in my router

 

 Any help appreciated. Error log attached.

0 件の賞賛
1 解決策
3,108件の閲覧回数
BetoGreen
Contributor III

Yep it was SSH.

I needed to create an SSH RSA key in mcux

Window/Preferences/General/Network Preferences/SSH2/Key Managment/Generate RSA Key.   then save it with passphrase.

then add the ssh key to my github account.https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your...

Then copy git clone ssh folder git@github.com: myfolder  back into mcuxpresso when importing projects

 

Cost me 1/2 a day so I hope it helps.

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
3,109件の閲覧回数
BetoGreen
Contributor III

Yep it was SSH.

I needed to create an SSH RSA key in mcux

Window/Preferences/General/Network Preferences/SSH2/Key Managment/Generate RSA Key.   then save it with passphrase.

then add the ssh key to my github account.https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your...

Then copy git clone ssh folder git@github.com: myfolder  back into mcuxpresso when importing projects

 

Cost me 1/2 a day so I hope it helps.

0 件の賞賛
3,121件の閲覧回数
ErichStyger
Senior Contributor V

You are using https, and I believe github stopped using that? Have you tried it with an ssh connection?

0 件の賞賛