Read the statement by Michael Teeuw here.
Can't clone from GitHub
-
@sdetweil I used to be able to about a week ago (both on the PC and iOS). It’s only very recently that it doesn’t let me in
-
Have you tried bouncing your router? If it thinks your devices are on different subnets it may be what’s keeping your network devices from connecting.
-
@bhepler but their addresses are 192.168.0.x so shouldn’t be different subnets, but worth a try I suppose
-
@sdetweil - Yeah, shouldn’t. The router should manage it all through DHCP but something is really weird here. Especially if it all worked before and suddenly the routing stopped to the point where the two devices can’t even ping each other.
-
Hrm. Okay, basic connectivity check. From the pi, please try the following two commands and tell us the results of each:
ifconfig | grep inet
and
curl www.abc.com
-
@bhepler Thanks so much. I feel rather silly knowing that a simple reboot would resolve the SSH issue. Unfortunately, I still can’t access git though.
-
@MMRPi1 said in Can't clone from GitHub:
Unfortunately, I still can’t access git though.
one thing at a time!..
-
@sdetweil You’re right, the SSH is all sorted
-
@MMRPi1 eh? ‘all sorted’ means working to me
-
@sdetweil Yes I can SSH into the pi fine now.