Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
wasu
Level 4
Level 4
Distributor - Macnica (Japan)
First like received 10 solutions authored 100 sign-ins

Hello,

After some struggles, I could only make ModusToolbox online features working by redirecting path to git as follows.

From

...\modus-shell\bin\git.exe

to

...\mingw64\bin\git.exe

 

and the one time configuration as follows.  Now the IDE works flawlessly.

 

git config --global user.name "username"

git config --global user.email “email”

 

Could someone give me some ideas as to what's making this extra workaround necessary?

BTW, I 've already looked at the following post.

https://community.infineon.com/t5/ModusToolbox-General/ModusToolbox-2-2-0-Failed-to-Clone-quot-Hello...

 

Thanks!

0 Likes
1 Solution
Qi_Colin
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 5 questions asked

Hi @wasu :

This is a network trouble when visiting GitHub website.

 Under some conditions, like firewall or LAN setting, they would cause git process unstably.

Therefore, we need to use proxy for online or offline package if meet this trouble.

Best Regards,

Colin

View solution in original post

0 Likes
1 Reply
Qi_Colin
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 5 questions asked

Hi @wasu :

This is a network trouble when visiting GitHub website.

 Under some conditions, like firewall or LAN setting, they would cause git process unstably.

Therefore, we need to use proxy for online or offline package if meet this trouble.

Best Regards,

Colin

0 Likes