git push not working

anybody else experiencing this:

tim-pigden@tim-home2:~/repos/woodland$ git push
Enumerating objects: 19, done.
Counting objects: 100% (19/19), done.
Delta compression using up to 16 threads
Compressing objects: 100% (11/11), done.
Writing objects: 100% (11/11), 1.71 KiB | 1.71 MiB/s, done.
Total 11 (delta 7), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (7/7)
error: remote unpack failed: error org.jetbrains.exposed.exceptions.ExposedSQLException: java.sql.SQLException: The MySQL server is running with the --read-only option so it cannot execute this statement
SQL: [INSERT INTO VcsRepoPacks (description, `name`, repo) VALUES (?, ?, ?)]
To ssh://git.jetbrains.space/optrak/vrp-all/woodland.git
 ! [remote rejected] main -> main (n/a (unpacker error))
error: failed to push some refs to 'ssh://git.jetbrains.space/optrak/vrp-all/woodland.git'

 

0
1 comment

Hello tim pigden,

There are maintenance activities going on at the moment that affect VCS: https://status.jetbrains.space
 
Please check if the issue still persists once the maintenance is done.

0

Please sign in to leave a comment.