Error "For input string:"268:fd07:4::1" when accessing Egit remote

Asked 2 years ago, Updated 2 years ago, 54 views

We are developing a web system using Eclipse.

Using the Egit plug-in, place the source code on the git server for configuration management.

I have two computers.

1st: Machine: iMac 27" (latest)
OS:Mac OSX Yosemite 10.10.2
2nd: Machine: MacBook Pro 14" (latest)
OS:Mac OSX Yosemite 10.10.2

Egit can be used on the first machine without any problems, but
On the second machine, when I push or pull remotely, the following error occurs and I cannot operate it.The second one can push and pull if you use a command from a terminal.

Error Contents

An internal error occurred during: "Pulling Branch master-project name".
For input string: "268:fd07:4::1"

  • Operating with the first machine without any problems
  • Second command operation works well

Therefore, I think it's a problem with the environment of the second Eclipse, but I can't find a solution.

The difference between the first one and the second one is that the first one is in the company and is connected through the company's network.
The second is at home and connected via a home network.

I'm sorry, but I appreciate your cooperation.

git eclipse egit

2022-09-30 11:34

1 Answers

Masayuki's comment:

I solved myself!Thank you very much。 I turned off the IPV6 setting with the mac setting by referring to the following site, and it worked.http://webessentials.biz/osx-customize/ipv6disable/


2022-09-30 11:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.