PS C:\Users\reddy\redcloud> git push heroku master
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 4 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 386 bytes | 48.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0), pack-reused 0
remote: Compressing source files... done.
remote:
remote: -----> Python app detected
remote: -----> Installing SQLite3
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
Asked
Active
Viewed 70 times
0

ESCoder
- 15,431
- 2
- 19
- 42
-
I am new to web development and this is my first app. – PAVAN Reddy Jul 17 '20 at 05:52
-
your error is not about git : `Installing SQLite3 error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: the remote end hung up unexpectedly` is your connection stable? – Hadock Jul 17 '20 at 05:54
-
[maybe the solution](https://stackoverflow.com/questions/38618885/error-rpc-failed-curl-transfer-closed-with-outstanding-read-data-remaining) – Hadock Jul 17 '20 at 05:59
-
Yes, my connection is stable... – PAVAN Reddy Jul 17 '20 at 11:30
-
I tried the above solution, it did not work – PAVAN Reddy Jul 17 '20 at 11:31