Edit from GitHub branch does not work
See original GitHub issueWhen I try to edit file from not master branch I got next error:
Branch: feature/some-text OS: Linux or Mac (and maybe windows) Browser: Chrome or Firefox
Here is output in console:
GET https://api.github.com/repos/data-stack-org/dev-docs/contents/feature-tree-diagram/diagrams/Feature%20Tree%20Diagram.xml?ref=feature 404 (Not Found)
app.min.js:7929 error in loadFile: data-stack-org/dev-docs/feature/feature-tree-diagram/diagrams/Feature Tree Diagram.xml Object {message: "File not found"}
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Making changes in a branch - GitHub Docs
GitHub Desktop tracks all changes to all files as you edit them. You can decide how to group the changes to create meaningful...
Read more >Git checkout does not change anything - Stack Overflow
Whenever you checkout to a TEMP branch, COMMIT your changes. That way if you commit them on the TEMP branch and checkout MASTER...
Read more >Source Control with Git in Visual Studio Code
git difftool <commit>^ <commit> use VS Code as the diff editor for changes. Working with GitHub Pull Requests and Issues. Visual Studio Code...
Read more >PyCharm - Commit and push changes to Git repository
If you want to modify the target branch where you want to push, you can click the branch name. The label turns into...
Read more >git-branch Documentation - Git
Remove the upstream information for <branchname>. If no branch is specified it defaults to the current branch. --edit-description. Open an editor and edit...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Found the problem. Fixing.
Even if I try to create new diagram I got another error:
Also when I try to work with
feature-some-branch
it works okay. But when I has branch with / likefeature/some-branch
symbol - it is not escaping and I got an error.