https://go.googlesource.com/go and Github are not in sync

178 views
Skip to first unread message

Cuong Manh Le

unread,
Aug 30, 2021, 1:21:01 PM8/30/21
to golang-dev
Hi,


The former is 2 commits behind the later, the 2 different commits are:

 - 7b38dd8e255710721b7d843cddbbb46f50267aa5
 - b602daea1b94a8a578bafdc6ef6336c07fe63300


Matthew Dempsky

unread,
Aug 30, 2021, 1:27:19 PM8/30/21
to Cuong Manh Le, golang-dev
Looks in sync to me? I see b602dae as the HEAD commit in both repos.

--
You received this message because you are subscribed to the Google Groups "golang-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-dev/CALS7p_eNaRsYvkO4cQwFESU056PJg-P5OGSHEwKx6%2BO4RtZKJQ%40mail.gmail.com.

Cuong Manh Le

unread,
Aug 30, 2021, 1:37:46 PM8/30/21
to Matthew Dempsky, golang-dev
Not sure this specific to me, but i got this:

```
$ git pull origin master
From https://go.googlesource.com/go
 * branch                  master     -> FETCH_HEAD
Already up to date.
$ git rev-parse HEAD
56c3856d529d72e280ad6b185f7927657de86c37
```

Accessing the web at https://go.googlesource.com/go also show to me that 56c3856d529d72e280ad6b185f7927657de86c37 is the latest on master.

Cuong.

Matthew Dempsky

unread,
Aug 30, 2021, 1:43:32 PM8/30/21
to Cuong Manh Le, golang-dev
Interesting. I'm seeing:

$ git ls-remote https://go.googlesource.com/go refs/heads/master
b602daea1b94a8a578bafdc6ef6336c07fe63300 refs/heads/master
$ git ls-remote https://github.com/golang/go refs/heads/master
b602daea1b94a8a578bafdc6ef6336c07fe63300 refs/heads/master

Perhaps the googlesource.com servers that are responsible for serving Vietnam have fallen behind.

Paul Jolly

unread,
Aug 30, 2021, 1:46:18 PM8/30/21
to Matthew Dempsky, Cuong Manh Le, golang-dev
> Interesting. I'm seeing:
>
> $ git ls-remote https://go.googlesource.com/go refs/heads/master
> b602daea1b94a8a578bafdc6ef6336c07fe63300 refs/heads/master
> $ git ls-remote https://github.com/golang/go refs/heads/master
> b602daea1b94a8a578bafdc6ef6336c07fe63300 refs/heads/master

FWIW I'm seeing the same results as Matthew.

Matthew Dempsky

unread,
Aug 30, 2021, 1:53:32 PM8/30/21
to Paul Jolly, Cuong Manh Le, golang-dev
It seems like the APAC mirror is behind:

$ git ls-remote https://ap1-mirror-go.googlesource.com/go refs/heads/master
56c3856d529d72e280ad6b185f7927657de86c37 refs/heads/master
$ git ls-remote https://us1-mirror-go.googlesource.com/go refs/heads/master
b602daea1b94a8a578bafdc6ef6336c07fe63300 refs/heads/master

So as a workaround, using us1-mirror-go should work. I'll escalate internally.

Thanks.

Cuong Manh Le

unread,
Aug 30, 2021, 1:55:02 PM8/30/21
to Matthew Dempsky, Paul Jolly, golang-dev
Thanks Matthew!

Cuong

Reply all
Reply to author
Forward
0 new messages