Glenn, thanks so much for your help here. Greatly appreciated.
Running "git fetch" in the webwork2 directory resulted in
wwadmin@swoop:/opt/webwork/webwork2$ git fetch
remote: Enumerating objects: 4448, done.
remote: Counting objects: 100% (1488/1488), done.
remote: Compressing objects: 100% (44/44), done.
remote: Total 4448 (delta 1444), reused 1475 (delta 1443), pack-reused 2960
Receiving objects: 100% (4448/4448), 2.60 MiB | 17.49 MiB/s, done.
Resolving deltas: 100% (3484/3484), completed with 321 local objects.
From https://github.com/openwebwork/webwork2
48b9feadd..488d48e77 main -> origin/main
* [new branch] WeBWorK-2.17 -> origin/WeBWorK-2.17
error: cannot update the ref 'refs/remotes/origin/develop': unable to append to '.git/logs/refs/remotes/origin/develop': Permission denied
! 9bdbc1c5b..2d69c283e develop -> origin/develop (unable to update local ref)
Running "git fetch" in the pg directory resulted in
wwadmin@swoop:/opt/webwork/pg$ git fetch
remote: Enumerating objects: 1177, done.
remote: Counting objects: 100% (490/490), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 1177 (delta 482), reused 484 (delta 482), pack-reused 687
Receiving objects: 100% (1177/1177), 1.72 MiB | 14.96 MiB/s, done.
Resolving deltas: 100% (716/716), completed with 131 local objects.
From https://github.com/openwebwork/pg
b44b71e8..1b0b5ecd main -> origin/main
* [new branch] PG-2.17 -> origin/PG-2.17
error: cannot update the ref 'refs/remotes/origin/develop': unable to append to '.git/logs/refs/remotes/origin/develop': Permission denied
! 8addfac0..7d3bad2e develop -> origin/develop (unable to update local ref)
So I assume than means the commands worked. I'm not sure if the reported error in both cases is critical. The permissions on develop are "-rw-r--r-- 1 root root 581 Jul 23 2021 develop". That date is when I upgraded from 2.15 to 2.16.
But when I log into the course administration course as admin, I still get
The following upgrades are available for your WeBWorK system: |
---|
Couldn't find WeBWorK Branch main in remote origin |
Couldn't find PG Branch main in remote origin |
Couldn't find OPL Branch main in remote origin |
so the changes I've made (so far) do not seem to have resolved that issue. In addition, WeBWorK also gives the warning
Argument "" isn't numeric in numeric gt (>) at /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/CourseAdmin.pm line 3453.
which seems to be due to not being able to find the OPL branch.