You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"LooseObjectError: size mismatch" by committing non-ASCII content.
String#length returns number of characters in the encoding of the string. Instead, we should use String#bytesize.
0 commit comments