question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Edit from GitHub branch does not work

See original GitHub issue

When I try to edit file from not master branch I got next error:

image

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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
aldergcommented, Mar 11, 2017

Found the problem. Fixing.

1reaction
apastuhovcommented, Mar 11, 2017

Even if I try to create new diagram I got another error:

image

Also when I try to work with feature-some-branch it works okay. But when I has branch with / like feature/some-branch symbol - it is not escaping and I got an error.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found