kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

[FEATURE] Private Repo Failure Pull Message #267

Closed rmberriman closed 5 years ago

rmberriman commented 5 years ago

Description When opening a private repo (that you have already cloned) when not logged in, the failure to pull message is unclear for new users.

Acceptance criteria

Additional context Current error message: image

Steps to Recreate the Error Message Above:

  1. Log in to VisualGit
  2. Clone a private repository
  3. Close VisualGit
  4. Open VisualGit and continue without signing in
  5. Open repo from recent
  6. Pull from repo
  7. See current failure to pull message

Related Issue:

20 (need to coordinate as there will be a merge conflict otherwise)

encryptededdy commented 5 years ago

approved. I think it's probably fine to just show the error message for the HTTP error code (e.g. Unauthorized).

SheepySean commented 5 years ago

Approved

twchen97 commented 5 years ago

Approved, agree it is unclear

rmberriman commented 5 years ago

Currently blocked by #274