This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
'Create Repository' does nothing when there's nothing in tree view #646
Closed
Description
Open empty atom window
Open the github package ui, you will see the following:
Clicking create repository does nothing. We should have the user pick a directory or something to create a new repository.
Versions
Atom Version (atom --version
):
Atom : 1.17.0-dev-1e9083d3b
Electron: 1.3.14
Chrome : 52.0.2743.82
Node : 6.5.0
GitHub Package Version (git --git-dir ~/.atom/packages/github/.git rev-parse head
):
c860b21
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
ungb commentedon Apr 6, 2017
seeing error on console:
ungb commentedon Apr 6, 2017
same with push
We should maybe have the same message down here to create a repo.
smashwilson commentedon Apr 20, 2017
You'll now see this instead:
(Notice the slightly different verbiage.) If you click "create repository," you'll be prompted for a directory name, and if you confirm it'll init that directory and open it as a new project (if it isn't already).
smashwilson commentedon Apr 20, 2017
Oops, forgot the cross-reference. This was fixed by #633.