[05:06:56] How can I request access to the replication for certain tables that my replica.cnf user does not allow? [10:14:46] dyepezg: if your tables are not explicitly redacted (see https://wikitech.wikimedia.org/wiki/Help:Wiki_Replicas#Replica_database_schema_(tables_and_indexes) ) you can open a task and label with the data engineering label [10:15:04] (having a look at https://wikitech.wikimedia.org/wiki/Portal:Data_Services/Admin/Wiki_Replicas#Who_admins_what xd, it changed not long ago) [12:55:28] Hi! In Toolforge as `ukbot`, I am trying to do `git pull` to pull the latest code from GitHub, but am getting this: [12:55:29] fatal: unable to connect to github.com: [12:55:30] github.com[0: 140.82.113.4]: errno=Connection timed out [12:55:32] I tried twice now with ~20 minutes between. After doing `git pull`, it took a really long time (both times), like maybe 5 minutes, for that error to appear. [13:05:37] can't reproduce. are you cloning via SSH, or via HTTPS? (re @jhsoby: Hi! In Toolforge as ukbot, I am trying to do git pull to pull the latest code from GitHub, but am getting this: [13:05:38] fatal: unable t...) [13:12:11] err, good question. `git remote -v` says `origin git://github.com/WikimediaNorge/UKBot.git (fetch)`, so that's equivalent to https i think? [13:13:08] nope, that's the special Git protocol that should not really be used these days [13:17:42] aha [13:18:51] https://github.blog/security/application-security/improving-git-protocol-security-github/ says that support for it on github was turned off in 2022 [13:19:36] alright, changed it to the https version with `git remote set-url origin `, and now things work like they should again. Thanks! [13:21:44] oh, I did not know it was turned off, I'm still using it for some repos, so they might ave turned it on again [13:22:16] wait no, that's just git protocol, not ssh xd [13:22:24] yeah ssh is still fine [13:22:25] yep that I don't use [13:23:00] (as usually ssh uses the git user, got confused `git@...` vs `git://`)