Closed
Description
Describe the bug
I cloned a repo and added a 2nd remote. Using gitui, I issued the Pull[f] and it yielded 'Error: git: inconclusive remotes' and eventually got stuck on 'Pull: preparing ...'.
To Reproduce
Steps to reproduce the behavior:
- Pull[f]
- See error, and hit return to close and get stuck on next error with no further way to close.
Expected behavior
I expected the pull to pull from the tracked remote, at least.
Screenshots
I don't think I need a screenshot, do I?
Context (please complete the following information):
Software version
gitui 0.19.0
Operating system
macOS 11.6 (Darwin 20.6.0)
Compile time information
- Profile: release
- Target triple: x86_64-apple-darwin
- Family: unix
- OS: macos
- Architecture: x86_64
- Pointer width: 64
- Endian: little
- CPU features: fxsr,sse,sse2,sse3,ssse3
- Host: x86_64-apple-darwin
Environment variables
SHELL=/bin/bash
EDITOR=vi
GIT_EDITOR=vi
VISUAL=vi
Command-line
gitui --bugreport
Additional context
If you aren't familiar with how to add multiple remotes:
% git remote add remote1 {git-remote-url1}
% git remote add remote2 {git-remote-url2}