Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Nothing shown after cloning a repository #258

Closed
BenEngbers opened this issue Nov 4, 2022 · 6 comments
Closed

[BUG] Nothing shown after cloning a repository #258

BenEngbers opened this issue Nov 4, 2022 · 6 comments
Assignees
Labels
Bug Bug that makes GitQlient unstable. It doesn't crash Solved This issues has been solved!

Comments

@BenEngbers
Copy link

Describe the bug
After cloning a repo from github a status-bar pops up indicating that a repository is loaded. Locally a directory for the clone is created but nothing happens

To Reproduce
Steps to reproduce the behavior:

  1. start gitqlient
  2. clone a repo

Expected behavior
I would expect to see a tree-view from the master

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Linux Fedora 36
  • Release version or SHA: 1.5.0
  • If manually compiled, compiler version:

Additional context
Add any other context about the problem here.

@BenEngbers BenEngbers added the Bug Bug that makes GitQlient unstable. It doesn't crash label Nov 4, 2022
@francescmm
Copy link
Owner

Hi @BenEngbers, could you attach a screenshot of the issue?

Take into account that if the repository has no commits yet, it won't show antything. You will have to commit at least once to see the treeview.

@francescmm
Copy link
Owner

Also, I've checked in the case of a cloned empty repo, and since there are no commits, the branch master cannot point to any SHA and therefore is not shown. Unfortunately for the GUI, this is how Git actually works.

@BenEngbers
Copy link
Author

BenEngbers commented Nov 10, 2022

Sorry for the delay, I have been away a few days.

After a reboot, I have tried to clone a client for basex (https://github.com/JohnLeM/BasexCPPAPI.git).
In the gitqlient I have entered ~/Git as destination directory, copied https://github.com/JohnLeM/BasexCPPAPI.git to URL and entered my Github username and email. After clicking accept in the dialog, I get this popup:
Schermafdruk van 2022-11-10 12-34-57

In ~/Git a directory BasexCPPAPI is created but nothing else happens.

My personal github-page shows that I am logged in.

Ben

@francescmm
Copy link
Owner

I'll take a look through that screen. I realize now that I've tested it locally but with master, so it might be that I already fixed this hehe.

I'll checkout 1.5.0 to see that I can reproduce it and then double-check master 😄

Thanks for the report!

@francescmm francescmm changed the title [BUG] [BUG] Nothing shown after clining a repository Nov 11, 2022
@francescmm francescmm changed the title [BUG] Nothing shown after clining a repository [BUG] Nothing shown after cloning a repository Nov 27, 2022
@francescmm
Copy link
Owner

@BenEngbers I finally had time to dig into this. I found the issue and I'm right now fixing it :)

@francescmm
Copy link
Owner

I'll prepare a new release with all the changes so far.

@francescmm francescmm added the Solved This issues has been solved! label Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug that makes GitQlient unstable. It doesn't crash Solved This issues has been solved!
Projects
None yet
Development

No branches or pull requests

2 participants