I was in the virtural enviorment and my command 'python manage.py runserver' was executed then i pressed ctrl+c to break since i forgot the password, then i entered 'python manage.py changepassword' the there is no output from the terminal, to which i thought that i can enter my new password '1234' and confirm it by retyping it but nothing seems to happen. The git bash terminal is not responding to any input. Please help me out. What can i do?
My git bash terminal is not giving me any output after any command or anything
384 Views Asked by Shiwam yadav At
1
There are 1 best solutions below
Related Questions in GIT
- problem to push files on a repository git
- diff3 output in git conflict style, including mergeable hunks
- Git Not In Sync with Local Branch
- Setting up the version control of .dotfiles while the .config is connected to a forked repo
- How to fix overriding the main branch in Git?
- I can't add text to "Message" in VS Code when committing to Git
- How can i redirect pull request from main branch to another branch
- Xcode commits (possibly outside of any branch) disappeared, how to get them back?
- Git/TortoiseGit : how to apply ONLY the changes from ONE commit from branch A, to branch B?
- How can I reintroduce username an password on git using fedora?
- GIT SKIP EMPTY DIRECTORIES
- Git smudge run once per checkout or per commit?
- I can't find ~/.profile or ~/.bashrc in C:/Users/<user>/.ssh folder
- Set environment variable during push for GitHub Actions
- Android WebRTC compile
Related Questions in TERMINAL
- How to fix npm errors without writing sudo in macOS?
- using whisper in the terminal gives an error
- Ubuntu terminal unable to take in input and read directories
- How do I get my terminal to work in VS Code? Exit Code:2, doesn't allow me to type anything
- Use `ffprobe` to display subtitle content like the `cat` command
- I am using the bash terminal in VS Code, I am new to coding, and the terminal displays very differently, how do I get them to match?
- Reading & Writing to the same file from terminal
- In VS Code, when sending Python lines to terminal, why do I have to re-send lines that set a variable to an edited value before the lines that use it?
- I tried installing Bagisto on a Pi, and I decided to uninstall it. Now, my PHPmyadmin doesn't work
- Create react app not working, file already exists with EEXIST error
- c++ python ctypes dependency issues
- Auto-activation of the conda environment in the terminal (ps, cmd, bash) in VS Code on Windows 11 does not work. How to solve this problem?
- Command Prompt/PowerShell Closing Automatically with Error -532462766/-1 in Visual Studio Code
- Output from sys.exit sometimes appears on terminal before output from print
- minikube not starting the service
Related Questions in GIT-BASH
- Git+Bash / GitBash: Add files matching both first-letter-uppercase or all-lowercase filenames of certain pattern along with respective plurals
- How do I specify a default folder for bash terminal in visual studio code?
- Shell script not running in git bash
- SCP is not working after making gitbash as default shell in windows server 2022
- Is it possible to show which virtual environment you are in when using git bash?
- Is it not possible to open the git bash from the Windows Run window?
- Git Bash issue is coming when trying to execute in Rstudio
- typescript runs when using cmd but not when using bash
- How do terminate input on git bash when scanning for user input?
- Weirdness with output in Git Bash in Windows
- git bash displays non-latin symbols incorrectly
- Encountering 'permission denied(publickey)' Error When Pushing to GitHub via SSH
- Error while committing code back to Github from android studio
- How to fix this issue with git push?
- currently trying to create a new SSH passphrase
Related Questions in NO-RESPONSE
- NetworkManager: error while loading shared libraries: libsoup-2.4.so.1: cannot open shared object file: No such file or directory
- No results being brought back
- Using New York Times API with no returns
- iOS Requests to Server Overnight w/ No Response RestKit
- NetworkUtility.shouldRetryException: Unexpected response code 403
- SAS code stops running after submit, nothing in log either
- release scp connection when no response from server
- Jquery .ajax() Returns No Response Body if dataType is JSON
- Django + Apache, browser always loading and none data received
- How can compile a simple windows application using cmake and Visual Studio 2019?
- XText validation keeps loading and no response in Eclipse while editing Cucumber Feature file
- Android on click button not responding
- Gun.js not responsive on Node
- No Response After Running Python Script Using Python-Shell
- PHP No response Issue
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You did not finish the process correctly. You can see in the runserver line that there is no $ in front. Try to press CTRL + C or CTRL + Z several times in a row. The simplest way would be to restart the terminal.