Git push resin - stopped working this morning

I set the shell to -v for debugging - and here is where it hangs…

debug1: Server accepts key: pkalg ssh-rsa blen 535
debug1: Authentication succeeded (publickey).
Authenticated to git.resin.io ([54.165.162.194]:22).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: pledge: network
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: git-receive-pack ‘xxxxxxxxxxxxx/electron.git’
debug1: client_input_channel_req: channel 0 rtype ping reply 0
debug1: client_input_channel_req: channel 0 rtype ping reply 0
debug1: client_input_channel_req: channel 0 rtype ping reply 0
debug1: client_input_channel_req: channel 0 rtype ping reply 0

Any ideas what is happening? It was working great the past 2 days on this project…

Thanks

My Bad … recently my mac died and I have been using windows (wsl under windows mostly).

A simple reboot fixed this issue. (My mac ran for months at a time with rebooting)

Thanks