Hi,

Le mardi 6 mars 2018 13:17:56 UTC+1, Meghana.M Reddy a écrit :
>
>  ! [remote rejected] HEAD -> t/24909/boruvka_algorithm_for_mst (hook 
> declined)
> error: failed to push some refs to 'g...@trac.sagemath.org:sage.git'
>
>
The target on trac does not seem correct; the syntax of the push command 
should be

git push trac HEAD:u/user_name/branch_name

where user_name is the user name of your trac account. It seems that you 
used the ticket number instead (24909), which of course, is not a valid 
user name. If you want the latter to appear, you should put it after the 
user_name:

git push trac HEAD:u/user_name/24909/branch_name

Best wishes,

Eric. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to