Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- error: pathspec 'intro/conway' did not match any file(s) known to git
- fatal: 'origin/master' is not a commit and a branch 'intro/conway' cannot be created from it
- Branch 'intro/conway' set up to track remote branch 'main' from 'origin'.
- Switched to a new branch 'intro/conway'
- [intro/conway 888c32b] Automatic message by rover-submit
- 1 file changed, 123 insertions(+)
- create mode 100644 problems/intro/conway/src/lib.rs
- fatal: The upstream branch of your current branch does not match
- the name of your current branch. To push to the upstream branch
- on the remote, use
- git push origin HEAD:main
- To push to the branch of the same name on the remote, use
- git push origin HEAD
- To choose either option permanently, see push.default in 'git help config'.
- Enumerating objects: 8, done.
- Counting objects: 100% (8/8), done.
- Delta compression using up to 8 threads
- Compressing objects: 100% (3/3), done.
- Writing objects: 100% (7/7), 1.32 KiB | 452.00 KiB/s, done.
- Total 7 (delta 0), reused 0 (delta 0), pack-reused 0
- remote:
- remote: To create a merge request for intro/conway, visit:
- remote: https://gitlab.atp-fivt.org/caushkinde/rust2024/-/merge_requests/new?merge_request%5Bsource_branch%5D=intro%2Fconway
- remote:
- To gitlab.atp-fivt.org:caushkinde/rust2024.git
- * [new branch] intro/conway -> intro/conway
- Branch 'intro/conway' set up to track remote branch 'intro/conway' from 'origin'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement