Advertisement
den4ik2003

Untitled

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