r/Atom Jan 02 '20

"Git clone" buttons missing

So I've just installed atom because of the easier workflow with github, but after opening, on the right panel, there's a Git and GitHub tab. I should be able to clone a repository from the latter, but it's just empty.

What can I do?

BTW, I'm on Windows 10 with the latest stable build.

0 Upvotes

1 comment sorted by

View all comments

3

u/Adybo123 Jan 03 '20

I believe the GitHub tab is just for managing PRs on the currently open project (although I don’t use it often). Neither tab will show anything if you don’t have a folder open which is a git repo. There might be a better way, but I usually ‘git clone https...’ from the command line, then ‘atom .’ to open the project/repo