# git push origin master 出錯
error: RPC failed; result=22, HTTP code = 404
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
解決:
剛開始git clone時,用 git clone https://gitlab.com/xxxx/xxxx.git 而不是 git clone https://gitlab.com/xxxx/xxxx,少個.git。