Django Git bash在尝试推送本地数据库后停止

Django Git bash在尝试推送本地数据库后停止,django,postgresql,sqlite,heroku,push,Django,Postgresql,Sqlite,Heroku,Push,我想将django项目部署到heroku,因此我将sqlite数据库中的数据移动到项目文件夹中的data.sql。我试图将它推送到heroku中的数据库中,但在这之后,git bash停止了(而不是关闭)。为什么会这样 ssamt@DESKTOP-79IBIQ6 MINGW64 /c/(path to my django project) (master) $ heroku pg:push data HEROKU_POSTGRESQL_TEAL -a (my app name) heroku-

我想将django项目部署到heroku,因此我将sqlite数据库中的数据移动到项目文件夹中的data.sql。我试图将它推送到heroku中的数据库中,但在这之后,git bash停止了(而不是关闭)。为什么会这样

ssamt@DESKTOP-79IBIQ6 MINGW64 /c/(path to my django project) (master)
$  heroku pg:push data HEROKU_POSTGRESQL_TEAL -a (my app name)
heroku-cli: Pushing data ---> postgresql-rigid-46893
我仍然可以打字,但什么也没发生